I'm trying to run the following artisan command:
php artisan storage:link
I get this error:
[ErrorException]
symlink(): Protocol error
Can you help me to solve this.
This is my setup:
- Windows 10 using vagrant with Homestead (v0.5.0) box
- Ubuntu 16.04 LTS (GNU/Linux 4.4.0-22-generic x86_64)
- Laravel Framework version 5.3.6
- PHP 7.0