call('AccountTypeSeeder'); $this->call('TransactionCurrencySeeder'); $this->call('TransactionTypeSeeder'); $this->call('PermissionSeeder'); // set up basic test data (as little as possible): if (App::environment() == 'testing' || App::environment() == 'local') { $this->call('TestDataSeeder'); } } }