Closed andreaszico closed 1 year ago
Run this command
composer require intervention/image
open config/app.php
In the providers array add the service providers for this package.
Intervention\Image\ImageServiceProvider::class
Add the facade of this package to the aliases array.
'Image' => Intervention\Image\Facades\Image::class
Run this command
open config/app.php
In the providers array add the service providers for this package.
Add the facade of this package to the aliases array.