app->bind( Component::class ); $this->app->alias( Component::class, 'googlefonts' ); } public function boot() { $this->app->resolve( 'googlefonts' )->boot(); } }