Nwidart\Modules\LaravelModulesServiceProvider::boot PHP Method

boot() public method

Booting the package.
public boot ( )
    public function boot()
    {
        $this->registerNamespaces();
        $this->registerModules();
    }