Flugg\Responder\ResponderServiceProvider::bootLaravelApplication PHP Method

bootLaravelApplication() protected method

Bootstrap the Laravel application.
protected bootLaravelApplication ( ) : void
return void
    protected function bootLaravelApplication()
    {
        $this->publishes([__DIR__ . '/../resources/config/responder.php' => config_path('responder.php')], 'config');
        $this->publishes([__DIR__ . '/../resources/lang/en/errors.php' => base_path('resources/lang/en/errors.php')], 'lang');
    }