How to run laravel 5.0 project on localhost without use php artisan serve -


i have created laravel 5.0 project php artisan serve, need know how run laravel 5.0 project run without start php artisan serve, have browse lot of websites no 1 me..

you need change "server.php" "index.php" copy ".htaccess" public root directory.

see: https://stackoverflow.com/a/30053989/3948755


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -