Codesleeve\AssetPipeline\AssetPipelineServiceProvider::boot PHP Method

boot() public method

Boot the service provider.
public boot ( ) : void
return void
    public function boot()
    {
        include __DIR__ . '/../../routes.php';
        $this->registerBladeExtensions();
    }