Access Control List

Installs: 37 953

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/glacialblade/acl

v1.6.2 2017-02-10 16:24 UTC

This package is auto-updated.

Last update: 2025-09-14 21:21:22 UTC


README

Implement modular on laravel.

Setup

composer require glacialblade/acl

Add to providers on app.php

Glacialblade\Acl\AclServiceProvider::class

Add to aliases on app.php

'Acl' => Glacialblade\Acl\Facades\AclFacade::class

Generate Config File

php artisan acl:config

Generate Migrations

php artisan acl:migrations

Generate ACL's Middleware

php artisan acl:middleware

Everytime we need to generate query models

php artisan acl:queries

Everytime we want to add new permissions via command

php artisan acl:permissions