call('AccountTypeSeeder'); $this->call('TransactionCurrencySeeder'); $this->call('TransactionTypeSeeder'); $this->call('PermissionSeeder'); // set up basic test data (as little as possible): if (App::environment() == 'testing') { $this->call('TestDataSeeder'); } // this one is reserved for more extensive testing. if (App::environment() == 'local') { $this->call('VisualTestDataSeeder'); } } }