How to remove /public from url in laravel?
Answer / Vineeta Rani
To remove '/public' from your URL in Laravel, you can configure the URL in your `.env` file by setting APP_URL=http://yourdomain.com (without '/public'). Additionally, ensure that the .htaccess file is properly configured.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is valet used in laravel 5?
Where do you locate database configuration file?
What is http middleware?
What is laravel trait?
Command to connect vagrant via ssh?
What is homestead.yaml?
Does laravel prevent sql injection?
What is laravel elixir?
How to use select query in laravel?
How to extend a layout file in laravel view?
Is valet supports windows or ubuntu environment?
What is the difference between facades vs helper functions?