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 service provider manifest JSON file.

array writeManifest(array $manifest)

Write the service manifest file to disk.

doc_Laravel
2016-11-02 16:33:50
Comments
Leave a Comment

Please login to continue.