Erik D'Ercole

Results 36 comments of Erik D'Ercole

@adelf thanks for the quick reply! No, I didn't use `--no-dev` option. If I run from the root of my project: ```shell composer show laravel-zero/framework --installed --version ``` I got...

If I move `laravel-zero/framework` dependency from `require` to `require-dev` and I run `composer update`, after reindexing, PHPStorm shows Laravel menu:

I was going mad with this problem. Just a few minutes ago I was able to solve this way: * uninstall Bitwarden (drag to thrash) * delete `~/Library/Containers/com.bitwarden.desktop/Data/Library/Application Support/Bitwarden` folder...

> Hi eleftrik, > > I don't have ~/Library/Containers/com.bitwarden.desktop/Data/Library/Application Support/Bitwarden folder on my MAC @BarryW1042 Honestly I don't know, I'm a regular user just like you :)

> Just as an update... > > I deleted Bitwarden and all references to it on my iMac. I downloaded the app again from the Mac App store but observe...

Any news about this issue? Would be great if this plugin was compatible with Laravel 5.8 / last Passport version. Thanks

@owenvoke I need the Laravel plugin because I'm used to its helpers. Of course, I can live without it, but it's a comfort :) Anyway, I was wondering how such...

I just started using this package this Lumen. After adding chumper/zipper to composer, I've added to app.php this code: ``` PHP $app->singleton('zipper', function ($app) { return $app->loadComponent( 'zipper', Chumper\Zipper\ZipperServiceProvider::class, 'zipper'...

@Chumper Was this issue fixed? Thank you.