I\'m new to Laravel and it seems a great framework but i have a question when it comes to routing. I want to route all get requests to one controller action named PageContro
Check if you have folder "admin" in your public folder. Laravel automaticaly redirects if there is one.