Remove public index.php from your Laravel Project in two steps

1435112646000 php laravel

by Start Bootstrap


Here’s the Simple 2 step way step  to remove the pubic/index.php  from your laravel project which gives you pretty url

Step 1 :

Rename the file server.php to index.php in your project root folder

Step 2 : 

Move the .htaccess file from your public folder to root folder