Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

Support for lumen

Open hedii opened this issue 10 years ago • 2 comments

Hi does this package works with laravel lumen? if no, is it possible to add support?

hedii avatar Jan 28 '16 13:01 hedii

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.

eleftrik avatar Jun 21 '16 13:06 eleftrik

this does not work for me

okwme avatar Apr 24 '18 15:04 okwme