**After you've cloned this beautiful repository, follow these steps:**

`lando artisan migrate`

`lando artisan db:seed`

`lando artisan migrate --path=/database/migrations/project/`

`lando artisan migrate:rollback --path=/database/migrations/project/`

In case you want to import from Patrimonium's API, the command below will help you:

`lando artisan importApi:import`

If you've changed any glossary terms in the `GlossaryTableSeeder`, make sure you run the commands below:

`lando artisan db:seed --class="GlossaryTableSeeder"` - Please make sure you're only seeding the class *GlossaryTableSeeder* and not everything, or else someone will run towards you with a stick to beat you with it...

`lando artisan importApi:generateTerms` - This will go through every property & epigraph and update all terms again with the terms from the *GlossaryTableSeeder*
