composer require omatech/mage
php artisan vendor:publish --tag=mage-publish
Will seed the tables after migrate
php artisan migrate
php artisan vendor:publish --tag=mage-assets --force
php artisan mage:users-create
Improve @can directive adding guard for spatie
@can('permission-name', 'guard')
@elseif('permission-name', 'guard')
@end