Install

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org

.. code-block:: bash

composer require laravel-doctrine/acl

To publish the config use:

php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ACL\AclServiceProvider"

Thanks to Laravel auto package discovery, the ServiceProvider is automatically registered. However they can still be manually registered if required (see below).

Manual Registration

After updating composer, add the ServiceProvider to the providers array in bootstrap/providers.php

LaravelDoctrine\ACL\AclServiceProvider::class,

This is documentation for laravel-doctrine/acl. Please add your ★ star to the project.