How can I install and enable the file upload and upload progress module on nginx with the Laravel Homestead box on Vagrant?
相关问题
- Laravel Option Select - Default Issue
- Laravel 5.1 MethodNotAllowedHttpException on store
- Laravel - Implicit route model binding with soft d
- laravel : php artisan suddenly stop working
- How to execute MYSQL query in laravel?
I believe all you need to do, like it was mentioned above, is log in with ssh to your box and install the nginx-extras package. So:
You can do everything via
ssh
. Read more detail about using ssh in Homestead at here.