-
- ide-helper Version: 2.9.1
- Laravel Version: 8.33.1
- PHP Version: 8.0
Hi, today after updated Laravel from 8.31.0 to 8.33.1 and Ide-helper from 2.9.0 to 2.9.1 (by composer update) and running …
-
Would be really cool to have a Laravel adapter that provides a trait to integrate the HumanoID to Eloquent Models. I'm thinking of caching the generated ID in the database, but adding a `creating` met…
-
**Packages**
```
"laravel/framework": "5.5.*",
"dingo/api": "1.0.x@dev",
"jenssegers/mongodb": "^3.3",
"tymon/jwt-auth": "1.0.*@dev"
```
**configurations**
*auth.php*, using mongodb
```
'p…
-
i found a weird bug when i try to login in dreamfactory at midnight...
full error below:
`
{"error":{"code":"22007","message":"SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime va…
-
### Versions:
- ide-helper Version: 3.0.0
- Laravel Version: 11.0.5
- PHP Version: 8.2.16
### Description:
I'm using vscode with intelephense
```php
User::with('role')->get(); // return Il…
-
https://github.com/owen-it/laravel-auditing-doc/blob/8bf3b80fe4c93a7a39088c3c16771063d751841f/audit-custom.md?plain=1#L49
Since `$auditEvent` is a protected variable, assigning a value with customA…
-
## Version information
- Laravel: v8.40.0
- Voyager: 1.x-dev
- PHP: 8.0.5
- Database: MySQL 8.0
## Description
Using hasMany relationship in bread does not show relations, if relation has …
-
Vuex orm is heavily inspired by laravel models, but it seems all the php models need to be re declared in js
Is there any tool available to keep the js models in sync with eloquent php models? Righ…
-
When i execute `artisan search:index` i get the following error:
`[Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Argument 1 passed to LaravelCloudSearch\Console\IndexCommand…
-
Hi @kodeine ,
I am getting " Call to undefined method Illuminate\Database\Query\Builder::assignPermission() "; while trying to assign permission to admin role.
I am using laravel 5.2
the permiss…