Answers for "how to remove the public from the route in laravell 8"

PHP
3

Remove “/public” from Laravel route

Rename server.php in your Laravel root folder to index.php
Copy the .htaccess file from /public directory to your Laravel root folder.
Posted by: Guest on January-07-2021

Code answers related to "how to remove the public from the route in laravell 8"

Browse Popular Code Answers by Language