How to remove public from URL in laravel
1 min readOct 6, 2019
Steps:
1]Copy .htaccess file from the public to root folder
2]Rename server.php file to index.php from root folder
3]Then try to access without the public folder.
Note:-arrange CSS and Resource path accordingly else resource will not load properly.