command->info('Running DatabaseSeeder'); Eloquent::unguard(); $this->call('UserTableSeeder'); $this->call('ConstantsSeeder'); $this->call('CountriesSeeder'); $this->command->info('Seeded the countries!'); $this->call('PaymentLibrariesSeeder'); $this->command->info('Seeded the Payment Libraries!'); } }