I have default errors/404.blade.php and I have a route group say admin (I may have more route groups).
Now, of course, I have separate header and footer templates for the default routes and each route groups.
.
.
|-- resources
|-- views
|-- .. (other views)
|-- errors
|-- 404.blade.php
|-- 503.blade.php
|-- partials
|-- ..
|-- header.blade.php
|-- footer.blade.php
|-- pages
|-- ..
|-- admin
|-- ..
|-- partials
|-- header.blade.php
|-- footer.blade.php
Say I'm in my site.com/admin/ route and I get a 404 error by visiting a page like so, http://ift.tt/1kHoU5F
By default my errors/404.blade.php is hardcoded to use the /views/partials/footer.blade.php
How can I make it dynamic, so that it displays the footer from the route group I'm currently in or the default if I'm on one of the main pages?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1Z4eakw
via IFTTT
Aucun commentaire:
Enregistrer un commentaire