public function provides()
 {
     return array_merge(parent::provides(), ['settings-manager']);
 }
 public function provides()
 {
     return array_merge(parent::provides(), ['sweet-flash']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), [SeedCarriers::class]);
 }
 /**
  * Register the application services.
  */
 public function register()
 {
     parent::register();
     $this->commands(SeedLanguages::class);
 }
 public function register()
 {
     parent::register();
     $this->mergeConfig();
 }
 public function provides()
 {
     return array_merge(parent::provides(), [\BrianFaust\Picible\PicibleService::class, \BrianFaust\Picible\Contracts\PictureRepository::class]);
 }
 public function provides()
 {
     return array_merge(parent::provides(), ['social-share']);
 }
 public function provides()
 {
     return array_merge(parent::provides(), ['cookie-consent']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['floute']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['omnipay']);
 }
 public function provides()
 {
     return array_merge(parent::provides(), ['token.session']);
 }
 /**
  * Register the application services.
  */
 public function register()
 {
     parent::register();
     $this->mergeConfig();
     $this->commands([Console\SeedCountries::class, Console\SeedCurrencies::class, Console\SeedTimezones::class, Console\SeedTaxRates::class]);
 }
Ejemplo n.º 13
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['geoip2']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['mentionBuilder']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['db.factory']);
 }
 /**
  * Register the application services.
  */
 public function register()
 {
     parent::register();
     $this->commands(SeedCountries::class);
 }
 public function provides()
 {
     return array_merge(parent::provides(), [BrianFaust\Vidible\VidibleService::class, BrianFaust\Vidible\VideoRepository::class]);
 }
 public function provides()
 {
     return array_merge(parent::provides(), ['recaptcha']);
 }
 /**
  * Register the application services.
  */
 public function register()
 {
     parent::register();
     $this->app->bind('BrianFaust\\Leaderboard\\Contracts\\BoardRepository', 'BrianFaust\\Leaderboard\\Repositories\\EloquentBoardRepository');
 }
 public function provides()
 {
     return array_merge(parent::provides(), [SocialiteServiceProvider::class]);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['chartist']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['fractal']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return string[]
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['command.currencies.seed']);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), [CountriesServiceProvider::class]);
 }
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), [Console\Commands\DecryptEnvCommand::class, Console\Commands\EncryptEnvCommand::class, Console\Commands\GenerateEnvKeyCommand::class, Console\Commands\RefreshEnvCommand::class, Console\Commands\RestoreEnvCommand::class]);
 }