Home >Backend Development >PHP Tutorial >How is laravel5.3 compatible with two sets of ACL permission management?
Please give me some advice, follow this tutorial at http://9iphp.com/web/laravel/... and implement two sets of ACLs for front-end and back-end users in one project, which is now in /app/Providers/AuthServiceProvider.php, Boot method, how to determine whether the user is a front-end or back-end user? There is no way to obtain user information, and there is no way to obtain auth. Please give me some advice on how to deal with it? Thank you