Laravel 5.3 storage:link -> symlink(): Protocol error

前端 未结 6 686
星月不相逢
星月不相逢 2021-02-04 00:47

I\'m trying to run the following artisan command:

php artisan storage:link

I get this error:

[ErrorException] symlink(): Protocol er

6条回答
  •  生来不讨喜
    2021-02-04 01:47

    Your problem probably is that you have to start your vagrant box as a system administrator.

    So hit start type "cmd", right click it choose "Run as administrator". Navigate to your project, type "vagrant up". Retry the command.

    Creating symbolic link on Homestead?

提交回复
热议问题