loadMigrationsFrom(__DIR__.'/../Database/Migrations'); $this->app->register(EventServiceProvider::class); $this->app->register(ModuleServiceProvider::class); } }