How do i create a laravel 5 anywhere on my computer so that i can view the site on my browser

353 Views Asked by At

I am new to laravel and it is boring to keep creating projects in my htdocs folder drive C. Besides, i may lose all my projects if the operating system crashes. So is there a way i can create a laravel project anywhere in my computer so that i can be able to access it on my browser? Thanks for help..

1

There are 1 best solutions below

0
On

Yes you can keep your laravel project anywhere in your computer. Even you can keep it in your external device like pen drive. Just run php artisan serve and you will be able to see your project at browser. Artisan command make this flexibility. Just try it. Go to your laravel folder and run artisan command.