-
Php : 7.4
Lumen : 8.0
When try to add lumen-passport-mongodb in lumen project via composer than error shown as below
`kayrules/lumen-passport-mongodb 0.4.0 requires illuminate/database ~5.3|~5.4 …
-
when i try to migrate i got
In Facade.php line 338:
Call to undefined method Laravel\Lumen\Routing\Router::middleware()
…
-
Hi,
Thank you for the awesome work!
I was trying this package with Lumen and found that the package won't work with the framework.
I found the following issues mainly:
1. `config_path` is …
-
I create file name as eloquent_model_generator.php and add this code in file
`
return [
'model_defaults' => [
'namespace' => 'App\\Models',
'base_class_name' => \Illumin…
-
Hi, I am not able to install this package in v6 lumen framework.
Getting below error:
```
Using version ^1.0 for vrajroham/laravel-flock-notification
./composer.json has been updated
Loading c…
-
I installed this package and updated bootstrap/app.php file.
$app->register(Kodeine\Acl\AclServiceProvider::class);
I am getting error like,
Symfony\Component\Debug\Exception\FatalThrowableEr…
-
Looks like a really cool project! Not a huge deal, but I think the conda recipe is missing a few required packages that are needed to run the [Palmer Penguins](https://lumen.holoviz.org/gallery/pengui…
-
Unreal Engine has a way to build static meshes at runtime that is built in, using FMeshDescriptionBuilder to create the meshes:
https://www.reddit.com/r/unrealengine/comments/pn53lo/building_a_stat…
-
Having issues with the PHP 8.0 compatibility...
Updated composer.json per https://blog.laravel.com/laravel-php-8-support
Get the following errors when running 'composer update':
C:\Users\Jona…
-
Hi there
I'm trying the package in a lumen application, and it is failing because there's no [`Illuminate\Foundation\Application`](https://github.com/elasticquent/Elasticquent/blob/master/src/Elastic…