我现在正在与voyager合作,我想使用php artisan storage:link建立存储链接。我正在以管理员身份运行宅基地和无业游民。即时通讯收到下一个错误。
vagrant@homestead:~/Desktop/eindopdracht$ php artisan storage:link
ErrorExceenter code hereption : symlink(): Protocol error
at /home/vagrant/Desktop/eindopdracht/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:252
248| */
249| public function link($target, $link)
250| {
251| if (! windows_os()) {
> 252| return symlink($target, $link);
253| }
254|
255| $mode = $this->isDirectory($target) ? 'J' : 'H';
256|
异常跟踪:
1 symlink(“ / home / vagrant / Desktop / eindopdracht / storage / app / public”, “ / home / vagrant / Desktop / eindopdracht / public / storage”) /home/vagrant/Desktop/eindopdracht/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:252
2
Illuminate \ Filesystem \ Filesystem :: link(“ / home / vagrant / Desktop / eindopdracht / storage / app / public”, “ / home / vagrant / Desktop / eindopdracht / public / storage”) /home/vagrant/Desktop/eindopdracht/vendor/laravel/framework/src/Illuminate/Foundation/Console/StorageLinkCommand.php:35请使用参数-v查看更多详细信息。
以管理员身份运行