Nwidart\Modules\LaravelModulesServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( )
    public function register()
    {
        $this->registerServices();
        $this->setupStubPath();
        $this->registerProviders();
    }