Solusi Error saat membuat symlink di laravel di hosting

Arwan Prianto Mangidi
0




php artisan storage:link

  

  Error

  Call to undefined function Illuminate\Filesystem\symlink()


  at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:355

    351▕      */

    352▕     public function link($target, $link)

    353▕     {

    354▕         if (! windows_os()) {

  ➜ 355▕             return symlink($target, $link);

    356▕         }

    357▕

    358▕         $mode = $this->isDirectory($target) ? 'J' : 'H';

    359▕


      +13 vendor frames


  14  artisan:37

      Illuminate\Foundation\Console\Kernel::handle()



    screenshoot : php - Call to undefined function Illuminate\Filesystem\symlink() - Stack Overflow



Hapus "symlink"





Posting Komentar

0 Komentar
Posting Komentar (0)