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. |
Please login to continue.