Laravel 5.2 Tutorials – Part 1: How to install Laravel 5.2
Welcome to my Laravel 5.2 Video Tutorial Series
script type="text/javascript" src="http://aos-creative.prf.hn/creative/camref:100l3Rd/creativeref:10l3694">
Part 1: How to install Laravel 5.2
Basicall we need the following:
XAMPP to serve as your local server
An empty database to be used by your app
Composer Installed (we need this to be able to install and use laravel)
NOTE: After installing laravel and creating your first app make sure to add an .htaccess file with the following information and put it in your app root folder.
source