Nwidart\Modules\Providers\BootstrapServiceProvider::boot PHP Method

boot() public method

Booting the package.
public boot ( )
    public function boot()
    {
        $this->app['modules']->boot();
    }
BootstrapServiceProvider