- Install the package.
- Register the service provider:
Mariuzzo\Security\SecurityServiceProvider
. - Run the package migrations
php artisan migrate --bench="mariuzzo/security"
- Run the package seeds
php artisan db:seed --class="SecurityPackageSeeder"
- Optionally register the commands.