ImageServiceProviderLeague
extends AbstractServiceProvider
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- Constructor.
- register() : void
- Register the server provider.
Properties
$config
protected
array<string|int, mixed>
$config
$provides
protected
array<string|int, mixed>
$provides
= ['Intervention\Image\ImageManager']
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $config = [] ]) : mixed
Parameters
- $config : array<string|int, mixed> = []
register()
Register the server provider.
public
register() : void