I guess this is what you are looking for: http://lumen.laravel.com/docs/providers#registering-providers .
I don't know how to get the Image facade to work, sadly.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i have unable to configure intervention in lumen. What is the process for configuring intervention in lumen.
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.