FailConsoleServiceProvider
class FailConsoleServiceProvider 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 | guessPackagePath() Guess the package path for the provider. | from ServiceProvider |
| void | commands(array $commands) Register the package's custom Artisan commands. | from ServiceProvider |
| array | provides() Get the services provided by the provider. | |
| array | when() Get the events that trigger this service provider to register. | from ServiceProvider |
| bool | isDeferred() Determine if the provider is deferred. | from ServiceProvider |
Please login to continue.