dbfdg call(NotificationSeeder::class); Artisan::call('module:migrate LandingPage'); Artisan::call('module:seed LandingPage'); if(!file_exists(storage_path() . "/installed")) { $this->call(PlansTableSeeder::class); $this->call(UsersTableSeeder::class); $this->call(AiTemplateSeeder::class); }else{ Utility::languagecreate(); } } }