コード例 #1
0
 public function provides()
 {
     return array_merge(parent::provides(), [SocialiteServiceProvider::class]);
 }
コード例 #2
0
 public function provides()
 {
     return array_merge(parent::provides(), ['cookie-consent']);
 }
コード例 #3
0
 public function provides()
 {
     return array_merge(parent::provides(), ['recaptcha']);
 }
コード例 #4
0
 public function provides()
 {
     return array_merge(parent::provides(), ['sweet-flash']);
 }
コード例 #5
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['mentionBuilder']);
 }
コード例 #6
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), [SeedCarriers::class]);
 }
コード例 #7
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['geoip2']);
 }
コード例 #8
0
 public function provides()
 {
     return array_merge(parent::provides(), [BrianFaust\Vidible\VidibleService::class, BrianFaust\Vidible\VideoRepository::class]);
 }
コード例 #9
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['chartist']);
 }
コード例 #10
0
 public function provides()
 {
     return array_merge(parent::provides(), ['social-share']);
 }
コード例 #11
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['db.factory']);
 }
コード例 #12
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['omnipay']);
 }
コード例 #13
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['floute']);
 }
コード例 #14
0
 public function provides()
 {
     return array_merge(parent::provides(), ['token.session']);
 }
コード例 #15
0
 public function provides()
 {
     return array_merge(parent::provides(), [\BrianFaust\Picible\PicibleService::class, \BrianFaust\Picible\Contracts\PictureRepository::class]);
 }
コード例 #16
0
 /**
  * Get the services provided by the provider.
  *
  * @return string[]
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['command.currencies.seed']);
 }
コード例 #17
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), ['fractal']);
 }
コード例 #18
0
 public function provides()
 {
     return array_merge(parent::provides(), ['settings-manager']);
 }
コード例 #19
0
 /**
  * Get the services provided by the provider.
  *
  * @return array
  */
 public function provides()
 {
     return array_merge(parent::provides(), [CountriesServiceProvider::class]);
 }
コード例 #20
0
 /**
  * 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]);
 }