How to Install Laravel 5 (Step by step guide on Laravel 5 Installation)
This is our very first tutorial on Laravids.
To get the update of our future uploads, please subscribe to our channel.
To install Laravel 5 you’ll need composer installed on your computer.
If you don’t have composer on your computer, here is the installation guide: https://getcomposer.org/doc/00-intro.md
After installing composer, you’ll need to run the following command where you want to install Laravel:
“composer create-project laravel/laravel l5 dev-develop”
Feel free to change “l5” with your desired directory name.
To run server go to the laravel installation directory. “l5” in my case. If you have PHP 5.4 or above, you should be able to run the following command:
“php -S localhost:8000 -t public”
Now check your laravel 5 installation here: http://localhost:8000
Thanks for watching our “How to Install Laravel 5 (Step by step guide on Laravel 5 Installation)” video tutorial.
Source: http://laravids.com/how-to-install-laravel-5-step-by-step-guide/
Keywords: Laravel 5, Laravel 5 Installation, How to install Laravel 5, Install Laravel 5, Laravel 5 Installation, Laravel 5 Installation Video Tutorial, Laravel 5 Installation Guide, Laravel 5 installation step by step guide
source