DEV Community

Discussion on: Make a flexible Laravel admin panel in 2 minutes!

Collapse
 
nibirahmed9611 profile image
Nibir Ahmed

Hey,
Thanks for the admin panel. But the thing is how can I authenticate? I've installed laravel ui. Should it work?

Collapse
 
rezaamini profile image
Reza Amini • Edited

You have to authenticate user in your project without this panel's feature!
It will check if the is_superuser or anything which has been set in config for logged in user is true then it lets users access to panel.