Skip to content

Seeding the Application with default data

Zane Hooper edited this page Sep 25, 2018 · 1 revision

You can seed the application with some start data using:

/scp/docker/bin/scp-exec php_server php artisan db:seed

Then, you can login as an admin using the default dev credentials:

Username: dev
Password: scp-dev

There are 100 client accounts pre-seeded. The emails for the accounts are [email protected] through [email protected]. The password for every account is scp-dev.