Comments on Installing Laravel on Ubuntu for Nginx
Laravel 5 is an elegant and complete web programming framework for PHP. This tutorial will show you how to install the Laravel PHP framework on a Nginx server installation.
4 Comment(s)
Add comment
Comments
By: Ahmed
Thanks!!!!
By: David
Very good walkthrough, thank you! One minor error:
sudo service restart php5-fpm should be: sudo service php5-fpm restart
Cheers!
By: StrikS
Thank you very mach. I spend 3 days for install laravel on CentOS. Then try install it on Debian with you tutorial and get working framework. <3
By: Hiroki
Very well written. Thanks!