Netson\L4gettext\L4gettextServiceProvider::register PHP Méthode

register() public méthode

Register the service provider.
public register ( ) : void
Résultat 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();
    }