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
- [email protected] Password: sentryuser
- [email protected] Password: sentryadmin
To run the Migrations:
php artisan migrate --package=rydurham/sentinel
To seed the Database:
php artisan db:seed --class="SentinelDatabaseSeeder"