laralib/l5scaffold

logout when switch beetwen routes

Closed this issue · 2 comments

I use scafold route and laravel 5.3 web route

when I browse from admin panel that rotued by scafold and index page that routed by laravel 5.3 user logout and I need to login again

How should I solve this problem?

Show your routes file.

it was because of my mistake
I delete auth logout on index file and problem solved