Learner\Providers\AppServiceProvider::register PHP 메소드

register() 공개 메소드

Register any application services.
public register ( ) : void
리턴 void
    public function register()
    {
        if ($this->app->environment() == 'local') {
            $this->app->register('Laracasts\\Generators\\GeneratorsServiceProvider');
        }
    }
AppServiceProvider