First thing, which is mentioned even in the official Laravel docs is, do not move the files from the public directory and move them to the root. Do not do it at all, rather add this code to the .htaccess file <IfModule mod_rewrite.c> RewriteEngine on...
blog.yassh.in1 min readNo responses yet.