-
- Larastan Version: 0.5.0
- `--level` used: 6
- Laravel Version: 6.10.1
### Description
```
Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError:
Call to a member funct…
-
Hey guys,
Just installing the driver and setting the .env files, and I'm getting the error `Driver [redis-sentinel] is not supported.` on my Laraval 5.5 instance (it seems to hit that in `Illuminat…
-
I am getting this error when scheduling any type of job, what could be wrong? I am running laravel 6.10
-
"laravel/lumen-framework": "5.5.*",
"jenssegers/mongodb": "^3.2",
###Lumen
BadMethodCallExceptionCall to undefined method Jenssegers\Mongodb\Query\Builder::getCategoriesAttribute()
--
in Buil…
-
During development, `artisan migrate:fresh` is used to re-run all migrations on a clean database.
When using multiple databases, `migrate:fresh` fails for this use case because it only drops tables…
-
anyone knows which version works well with Lumen 5.2 ?
when i tried to use the JWTAuth facade, an exception was logged as below
```
[2016-03-08 07:09:01] lumen.ERROR: exception 'Illuminate\Contract…
-
When
// inject single quote in array
$partIds = ["1'", "2'"];
$model->cars()->attach($partIds);
Query will crash, so vulnerabilities will able to attack by sql injection
-
hi i am interesting in your package do you considered give support to lumen framework ?
-
### Subject of the issue
I have `redis` setup as my caching driver and I have an instance running and it is working because I have tests to check if the cache is being retrieved in timely manner and …
-
My `composer.json`:
```json
{
"name": "laravel/lumen",
"description": "The Laravel Lumen Framework.",
"keywords": [
"framework",
"laravel",
"lumen"
]…