Ajout conf image optimizer

This commit is contained in:
2017-10-26 18:22:49 +02:00
parent b15ab7fd07
commit ecdf6c4976
3 changed files with 53 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class ImagesServiceProvider extends ServiceProvider
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
$this->mergeConfigFrom(__DIR__ . '/../../config/image.php', 'image');
$this->mergeConfigFrom(__DIR__ . '/../../config/image-optimizer.php', 'image-optimizer');
$this->app->register(ImageServiceProvider::class);