Skip to content
Ryan Durham edited this page Feb 26, 2014 · 2 revisions

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"
Clone this wiki locally