LatexCompilerServiceProvider
class LatexCompilerServiceProvider extends ServiceProvider (View source)
Methods
void
boot()
Bootstrap services.
void
register()
Register services.
void
mergeConfigFrom(string $path, string $key)
Merge the given configuration with the existing configuration.
array
mergeConfigs(array $original, array $merging)
Merges the configs together and takes multi-dimensional arrays into account.
Details
at line 19
void
boot()
Bootstrap services.
at line 32
void
register()
Register services.
at line 50
protected void
mergeConfigFrom(string $path, string $key)
Merge the given configuration with the existing configuration.
at line 64
protected array
mergeConfigs(array $original, array $merging)
Merges the configs together and takes multi-dimensional arrays into account.