I have developed a system in Laravel 5 and it works fine with "/public
" after the main domain.But i needed to access the site with a clean URL without adding "/public
" after the domain.Therefore i moved public folder's content to the root of the server and kept other content inside a separate folder as mentioned in the tutorial which i followed.
Then i changed the relevant paths in index.php. But now it's giving me an "Whoops, looks like something went wrong.
" error.
I saw a similar question in stackoverflow and i followed those steps.But still it's same.