How to Remove public folder from the URL in Laravel
In this post I am going to tell you how can we remove public folder which comes in the URL of Laravel website when it is used to upload on web hosting.To remove this folder, there are 2 ways.1st one is to update some code into .htaccess file of hosting so following is the code … Read more