Laravel 5.3 ACL With User, Roles And Email Confirmation Like .NET Identity2
У вашего броузера проблема в совместимости с HTML5
In this project I have implemented the .NET identity2 system for managing user and roles in Laravel 5.3 because it is awesome. Main features:
1. You can set which role(s) can access one route (controller action or function callback whatever you use)
2. Email confirmation is send after the user registers, you can allow them to login without confirming the email or not
3. More details are stored about the user such as username, name, surname
4. If the user tries to access a route which he isn't allowed, he is redirected to the login page. After he logs in he is redirected back to the page that he wanted to access first (returnurl is saved and used)
Below is the repository with instructions how to set this up and use it as a start point for your projects. You are also invited to contribute in the repository to make this even better.
https://github.com/kristijorgji/laravel5.3-user-roles