class LatexCompilerServiceProvider extends ServiceProvider

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.

Return Value

void

at line 32
void register()

Register services.

Return Value

void

at line 50
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

at line 64
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