CrowdinServiceProvider
extends ServiceProvider
in package
Table of Contents
Properties
- $defer : bool
- Crowdin if loading of the provider is deferred.
Methods
- boot() : void
- Bootstrap the application events.
- provides() : array<string|int, mixed>
- Get the services provided by the provider.
- register() : void
- Register the service provider.
Properties
$defer
Crowdin if loading of the provider is deferred.
protected
bool
$defer
= false
Methods
boot()
Bootstrap the application events.
public
boot() : void
provides()
Get the services provided by the provider.
public
provides() : array<string|int, mixed>
Return values
array<string|int, mixed>register()
Register the service provider.
public
register() : void