Seeds - rydurham/Sentinel GitHub Wiki

Database Seeds

The seeds provided by the repo will create two groups and two user accounts.

Groups

  • Users
  • Admins

Users

To run the Migrations:

php artisan migrate --package=rydurham/sentinel

To seed the Database:

php artisan db:seed --class="SentinelDatabaseSeeder"