[ 'Version' => 'dev' ]); $this->mergeConfigFrom(static::ROOT_PATH . '/config/svg.php', 'svg'); $this->loadViewsFrom(Service::ROOT_PATH . '/resources/views', static::NAMESPACE); $this->publishes([ static::ROOT_PATH . '/config/svg.php' => config_path('svg.php'), ], static::NAMESPACE . '-config'); Route::get($this->app['config']->get('svg.svg_route'), [SvgController::class, 'serveSvg']) ->name('laralight-svg.serve-svg'); } }