Skip to content

joaofds/acl

Repository files navigation

Laravel 5.5 ACL (Access Control List)

In this application we are going to do the ACL implementation using Auth and Gate.

Features

  • extremely simple, easy to understand
  • simple but clean structure
  • commented code

Requirements

  • PHP PHP>=7.0
  • Postgres or mySQL
  • Composer

Installation

1 install dependencies -- composer install

2 run migrates -- php artisan migrate

3 run seeds -- php artisan db:seed

See logins and passwords in seeders

About

ACL com Laravel 5.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages