somenet77's avatar

How to use intervention image in lumen ?

i have unable to configure intervention in lumen. What is the process for configuring intervention in lumen.

0 likes
2 replies
SCC's avatar
SCC
Best Answer
Level 7

Would help to know what you done and what precisely is not working. Error messages?

somenet77's avatar

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'

1 like

Please or to participate in this conversation.