Aacotroneo\Saml2\Saml2ServiceProvider::boot PHP Method

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
    public function boot()
    {
        if (config('saml2_settings.useRoutes', false) == true) {
            include __DIR__ . '/../../routes.php';
        }
        $this->publishes([__DIR__ . '/../../config/saml2_settings.php' => config_path('saml2_settings.php')]);
    }
Saml2ServiceProvider