PublisherServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

PublisherServiceProvider

PublisherServiceProvider class PublisherServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void boot() Bootstrap the application events. from ServiceProvider void register() Register the service provider. void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. from ServiceProvider string guessPackagePa

ProviderRepository::__construct()

void __construct(Application $app, Filesystem $files, string $manifestPath) Create a new service repository instance. Parameters Application $app Filesystem $files string $manifestPath Return Value void

ProviderRepository::writeManifest()

array writeManifest(array $manifest) Write the service manifest file to disk. Parameters array $manifest Return Value array

ProviderRepository::shouldRecompile()

bool shouldRecompile(array $manifest, array $providers) Determine if the manifest should be compiled. Parameters array $manifest array $providers Return Value bool

ProviderRepository::loadManifest()

array|null loadManifest() Load the service provider manifest JSON file. Return Value array|null

ProviderRepository::load()

void load(array $providers) Register the application service providers. Parameters array $providers Return Value void

ProviderRepository::createProvider()

ServiceProvider createProvider(string $provider) Create a new provider instance. Parameters string $provider Return Value ServiceProvider

ProviderRepository

ProviderRepository class ProviderRepository (View source) Methods void __construct(Application $app, Filesystem $files, string $manifestPath) Create a new service repository instance. void load(array $providers) Register the application service providers. ServiceProvider createProvider(string $provider) Create a new provider instance. bool shouldRecompile(array $manifest, array $providers) Determine if the manifest should be compiled. array|null loadManifest() Load the

ProviderMakeCommand::__construct()

void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void