
Remove public from url in laravel
When you working with laravel you always found that you have to either run command or use localhost/project_name/public to run the project. But what if you want to run the project without public folder? So, Today i’m going to tell you the steps that helps you to remove public from your route in laravel framework. […]