You appear to have your environment set as production
, which will make it tricky to debug any issues you have. Read Environment Configuration, implement and then try again.
The issue will probably be because you have your adminPage controller referenced for both routes.
In your controller, if you have two adminPage methods, it will break. Try to rename the second method and route to something different.
Hopefully that will fix it.
I fixed it by replace every <script> with HTML::script(''); it worked now every page look good. Anyway thanks for the help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community