REBELinBLUE\Deployer\Providers\ViewServiceProvider::boot PHP Method

boot() public method

Bootstrap the application services.
public boot ( Illuminate\Contracts\View\Factory $factory )
$factory Illuminate\Contracts\View\Factory
    public function boot(ViewFactory $factory)
    {
        foreach ($this->composers as $composer => $views) {
            $factory->composer($views, $composer);
        }
    }
ViewServiceProvider