php artisan serve without how to start project
php artisan serve without how to start project :)
php artisan serve without how to start project
thankx
Configure a server virtualhost (apache or nginx) which have the public directory of your project as root directory.
Not quite sure what you mean... What do you want to do?
@zachleigh
php artisan serve without how to start project
So you want a server without having to run php artisan serve?
@zachleigh Hi. What if I'm using windows? I want to run my project without using php artisan serve.
@cent040 Hi cent. could you hel how to run a project file in localhost?
@Cutie2596 I don't use Windows so I have no idea. Should be able to find the answer through Google though.
as per cent040 said you can use http://localhost/projectname/public
but in that case may your another Route will not work proper.
so that if you face any error like Not Found then please use
sudo a2enmod rewrite
Please or to participate in this conversation.