LaravelDaily / laravel-roles-permissions-bouncer

Laravel 6 adminpanel starter boilerplate project with roles-permissions based on Bouncer package.
172 stars 74 forks source link

login route not found #12

Open abhi99sind opened 5 years ago

abhi99sind commented 5 years ago

When i try to logout it shows me 404 /login not found image

PovilasKorop commented 5 years ago

@abhi99sind this error seems like web-server error and not even Laravel. Please make sure you have your web-server configured with Rewrite Rules for URLs, and specify correct URL in .env filr in APP_URL variable.