KeyGeneratorServiceProvider::package()
  • References/PHP/Laravel/Foundation/Providers

void package(string $package, string $namespace = null, string $path = null)

2025-01-10 15:47:30
OptimizeServiceProvider::package()
  • References/PHP/Laravel/Foundation/Providers

void package(string $package, string $namespace = null, string $path = null)

2025-01-10 15:47:30
ArtisanServiceProvider::provides()
  • References/PHP/Laravel/Foundation/Providers

array provides() Get the services provided by the provider.

2025-01-10 15:47:30
OptimizeServiceProvider::isDeferred()
  • References/PHP/Laravel/Foundation/Providers

bool isDeferred() Determine if the provider is deferred.

2025-01-10 15:47:30
ServerServiceProvider::package()
  • References/PHP/Laravel/Foundation/Providers

void package(string $package, string $namespace = null, string $path = null)

2025-01-10 15:47:30
CommandCreatorServiceProvider::guessPackagePath()
  • References/PHP/Laravel/Foundation/Providers

string guessPackagePath() Guess the package path for the provider.

2025-01-10 15:47:30
ArtisanServiceProvider::when()
  • References/PHP/Laravel/Foundation/Providers

array when() Get the events that trigger this service provider to register

2025-01-10 15:47:30
ComposerServiceProvider::when()
  • References/PHP/Laravel/Foundation/Providers

array when() Get the events that trigger this service provider to register

2025-01-10 15:47:30
ComposerServiceProvider::commands()
  • References/PHP/Laravel/Foundation/Providers

void commands(array|mixed $commands) Register the package's custom Artisan

2025-01-10 15:47:30
ArtisanServiceProvider::pathsToPublish()
  • References/PHP/Laravel/Foundation/Providers

static array pathsToPublish(string $provider = null, string $group = null)

2025-01-10 15:47:30