frontend update

This commit is contained in:
carodej
2020-06-03 10:58:44 +02:00
parent 331ee52ea3
commit ca14838212
60 changed files with 1871 additions and 710 deletions

View File

@@ -66,6 +66,7 @@ class SetupDevEnvironment extends Command
public function migrateDatabase()
{
$this->call('migrate:fresh');
$this->call('db:seed');
}
/**