Member-only story
How To Run Laravel On Localhost Without PHP Artisan Serve
3 min readAug 3, 2020
Assuming that we know the procedure of running laravel with PHP artisan serve. But to run laravel on localhost without PHP artisan serve is actually very simple.
Steps for running laravel on localhost without PHP artisan serve are given below:-
- If you are using WAMP, then go to the WAMP folder.
- Next, go to bin folder.
- Next, go to apache folder.
- Next, go to apache version folder if any. For eg:- apache2.4.41.
- Next, go to conf folder.
- Next, go to extra folder inside the conf folder.