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

void boot()

Bootstrap services.

Return Value

void

void register()

Register services.

Return Value

void

protected void mergeConfigFrom(string $path, string $key)

Merge the given configuration with the existing configuration.

Parameters

string $path
string $key

Return Value

void

See also

https://medium.com/@koenhoeijmakers/properly-merging-configs-in-laravel-packages-a4209701746d

protected array mergeConfigs(array $original, array $merging)

Merges the configs together and takes multi-dimensional arrays into account.

Parameters

array $original
array $merging

Return Value

array

See also

https://medium.com/@koenhoeijmakers/properly-merging-configs-in-laravel-packages-a4209701746d