I'm trying to run the following artisan command:php
php artisan storage:link
this
I get this error:vagrant
[ErrorException] symlink(): Protocol error
code
Can you help me to solve this.server
This is my setup:get
Your problem probably is that you have to start your vagrant box as a system administrator.cmd
So hit start type "cmd", right click it choose "Run as administrator". Navigate to your project, type "vagrant up". Retry the command.it