How to Install Laravel 5 in ubuntu 14.04 (Step by step Installation)
I explain initial steps to install Laravel on Ubuntu 14.04. Please note that I do these tutorial as I try to do the task during my development, so there may be trial and errors involved in my steps. Surely I go back to previous step if I face an error, correct it and move on.
http://laravel.com/docs/quick#install…
sudo mv laravel.phar /usr/local/bin/laravel
sudo chmod +x /usr/local/bin/laravel
sudo laravel new blog
cd blog
sudo chmod 777 -R ./
sudo php artisan serve
http://localhost:8000
Mcript
http://stackoverflow.com/questions/19…
sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
source