laravel-rbac
laravel-rbac copied to clipboard
Laravel package for RBAC manage
### Status: New fresh laravel Installation (v9.22.1) Setting .env database correctly. run command: `composer require itstructure/laravel-rbac "~3.0.6"` `php artisan rbac:publish` After this, i don'touch anything in `config/rbac.php`, because my User...
php artisan optimize INFO Caching the framework bootstrap files. config ................................................................................................................................. 51ms FAIL LogicException Your configuration files are not serializable. at D:\SERVER\sites\global\vendor\laravel\framework\src\Illuminate\Foundation\Console\ConfigCacheCommand.php:84 80▕ require $configPath; 81▕ } catch (Throwable $e)...
Doctrine\DBAL\DBALException unknown database type enum requested doctrine dbal platforms mysql57platform While I use Enum type in users table
I ran the command **'php artisan rbac:publish'** php for publishing but it gives me the below error, even with --only param, it did not work and gives then same error...