]> BookStack Code Mirror - bookstack/blobdiff - config/app.php
Got image uploads working
[bookstack] / config / app.php
index a7457bd1f90a8345a7aaaf6f7cd268ed24aac2a1..690d5fb96bb90c405aca3cebe9cf6168f9dc692f 100644 (file)
@@ -137,6 +137,11 @@ return [
         Illuminate\Validation\ValidationServiceProvider::class,
         Illuminate\View\ViewServiceProvider::class,
 
+        /**
+         * Third Party
+         */
+        Intervention\Image\ImageServiceProvider::class,
+
         /*
          * Application Service Providers...
          */
@@ -192,6 +197,12 @@ return [
         'Validator' => Illuminate\Support\Facades\Validator::class,
         'View'      => Illuminate\Support\Facades\View::class,
 
+        /**
+         * Third Party
+         */
+
+        'ImageTool' => Intervention\Image\Facades\Image::class,
+
     ],
 
 ];