Asked by: Okoroafor Chukwuemeka
I have set up custom guards for my app using the
I already have a custom 404.blade.php
in resources\views\errors
.
Auth::guard('admin')->User()
with home route as abc.com/admin
and
Auth::guard('admin')->User()
with home route as abc.com/portal
I'm trying to set up 404 pages for them, or at least create a single 404 page with a link to 'home' which should take them to their homepage. I'm currently on laravel 5.4
No comments:
Post a Comment