Installation¶
Composer install¶
composer require queopius/sentinel
Publish resources¶
php artisan vendor:publish --tag=sentinel-config
php artisan vendor:publish --tag=sentinel-views
php artisan vendor:publish --tag=sentinel-migrations
Installer command¶
php artisan sentinel:install --with-views
Useful options:
--with-viewspublishes dashboard views.--forcerepublishes resources if already published.
Migrations¶
php artisan migrate
Verify route¶
When ui.enabled=true, default dashboard route is:
/sentinel
Verify commands¶
php artisan sentinel:audit
php artisan sentinel:scan
Upgrade notes¶
composer update queopius/sentinel- Review
config/sentinel.phpchanges. - Republish views only if needed.
- Run migrations if package introduces new schema.