In this application we are going to do the ACL implementation using Auth and Gate.
- Laravel documentation
- extremely simple, easy to understand
- simple but clean structure
- commented code
- PHP PHP>=7.0
- Postgres or mySQL
- Composer
1 install dependencies -- composer install
2 run migrates -- php artisan migrate
3 run seeds -- php artisan db:seed