How to use intervention image in lumen ?
i have unable to configure intervention in lumen. What is the process for configuring intervention in lumen.
Would help to know what you done and what precisely is not working. Error messages?
i have added the intervention packages using composer. Then how to configure below process in lumen. which i have successfully configure in laravel.
In the $providers array add the service providers for this package.
'Intervention\Image\ImageServiceProvider'
Add the facade of this package to the $aliases array.
'Image' => 'Intervention\Image\Facades\Image'
Please or to participate in this conversation.