PHP code example of dizatech / acl-manager
1. Go to this page and download the library: Download dizatech/acl-manager library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dizatech / acl-manager example snippets
'user_models' => [
'users' => 'App\Models\User',
],
bash
php artisan vendor:publish --tag=acl-manager
bash
php artisan vendor:publish --tag=acl-manager --force