everyone. Need a bit of help here.
I'm setting up a Laravel project(5.2), inside Laravel's /public
folder i have created a /public/blog
.
If i access example.com/blog/
- it works fine and returns the blog's home page.
But if i click any article inside the blog, the url is example.com/blog/article_name/
-- This gives an error. It's 404 page/route not found error from Laravel.
Any help would be great, Thank you.