Configure a server virtualhost (apache or nginx) which have the public directory of your project as root directory.
Nov 24, 2015
4
Level 1
How to run laravel project without artisan?
Hi,
I have a laravel project, untill now I was using
php artisan serve
for starting the project. Now I want to run the project by using localhost i.e. like we do for php file. In the browser we type localhost/test/gallery.php and it opens the gallery page. Likewise I want to start laravel project using localhost. Please help.
Level 56
Please or to participate in this conversation.