loadRoutesFrom(__DIR__ . '/../Http/routes.php'); $this->loadViewsFrom(__DIR__ . '/../Resources/views', 'payment'); $this->loadMigrationsFrom(__DIR__ . '/../Database/migrations'); $this->loadTranslationsFrom(__DIR__ . '/../Resources/lang', 'payment'); } public function register() { $this->mergeConfigFrom( dirname(__DIR__) . '/Config/paymentmethods.php', 'paymentmethods' ); $this->mergeConfigFrom( dirname(__DIR__) . '/Config/system.php', 'core' ); } }