Netson\L4gettext\L4gettextServiceProvider::register PHP Method

register() public method

Register the service provider.
public register ( ) : void
return void
    public function register()
    {
        // register l4gettext and alias
        $this->registerL4gettext();
        // register blade compiler
        $this->registerL4gettextBladeCompiler();
        // register commands
        $this->registerCompileCommand();
        $this->registerExtractCommand();
        $this->registerListCommand();
        $this->registerFetchCommand();
        $this->registerInstallCommand();
    }