create();//Disable demo first user creation $this->call(SettingsSeeder::class); $this->call(ProvidersSeeder::class); $this->call(LocationsSeeder::class); $this->call(OsSeeder::class); $this->call(LabelsSeeder::class); //$this->call(DomainsSeeder::class); //$this->call(ServersSeeder::class); //$this->call(SharedSeeder::class); } }