ImageServiceProviderLaravelRecent
extends ServiceProvider
in package
Table of Contents
Methods
- boot() : void
- Bootstrap the application events.
- register() : void
- Register the service provider.
- bootstrapImageCache() : void
- Bootstrap imagecache
- cacheIsInstalled() : bool
- Determines if Intervention Imagecache is installed
- getImageConfig() : array<string|int, mixed>
- Return image configuration as array
Methods
boot()
Bootstrap the application events.
public
boot() : void
register()
Register the service provider.
public
register() : void
bootstrapImageCache()
Bootstrap imagecache
protected
bootstrapImageCache() : void
cacheIsInstalled()
Determines if Intervention Imagecache is installed
private
cacheIsInstalled() : bool
Return values
boolgetImageConfig()
Return image configuration as array
private
getImageConfig(Application $app) : array<string|int, mixed>
Parameters
- $app : Application