Zipper
Zipper copied to clipboard
Support for lumen
Hi does this package works with laravel lumen? if no, is it possible to add support?
I just started using this package this Lumen. After adding chumper/zipper to composer, I've added to app.php this code:
$app->singleton('zipper', function ($app) {
return $app->loadComponent(
'zipper',
Chumper\Zipper\ZipperServiceProvider::class,
'zipper'
);
});
At the moment, I didn't add any facade.
this does not work for me