Skip to content

Insertion of dummy data

Casper Bottelet edited this page Jul 7, 2020 · 4 revisions

If you want to just play around and test the CRM, you can very easily insert dummy data after completing the installation steps, keep in mind this will refresh the database. Simply issue the following command to insert dummy data:

php artisan migrate:fresh --seed && php artisan db:seed --class=DummyDatabaseSeeder

This will create 5 users, 50 clients, 50 contacts, 50 tasks and 20 leads. You should only perform this step on a brand new installation of Flarepoint, since it assumes certain IDs and such when inserting the dummy data.

Clone this wiki locally