Installation

You can install the package via composer:

composer require konekt/acl

Now add the module in config/concord.php file:

'modules' => [
    // ...
    Konekt\Acl\Providers\ModuleServiceProvider::class,
];

The package contains some migrations that you can run as usual by:

php artisan migrate

Next: Configuration »