-
### What happened?
Hi,
I've 3 entries in my navigation_items database, a hasMany relationship to Navigation Model like this :
Navigation Model Table :
![Capture d’écran 2024-09-28 à 17 0…
-
**Describe the bug**
I have a model with table located in mysql database and that model belong to currency as shown below:
```php
-
I am relatively new to using Laravel (just a couple of weeks) so I may be not handling things correctly. Another consideration is that I am using MongoDB as the database backend and I already have to …
-
### Package
filament/filament
### Package Version
v3.2.93
### Laravel Version
v10.48.16
### Livewire Version
v3.5.2
### PHP Version
v8.2.12
### Problem description
When a column in the data…
-
### Bug description
We implemented waterhole on an existing Laravel project and after that the notification system broke.
### Steps to reproduce
You can create a notification by extending the Larav…
-
Hello,
I use advance-nova-media-library for upload image but after submite form, show error
![Uploading 2022-06-14 00.02.58.jpg…]()
_App\Models\File.php_
```
namespace App\Models;
use …
-
Setup a config option to run https://github.com/barryvdh/laravel-ide-helper
against base model classes after they are generated.
this way it gets the bonus of auto made models and the obvious IDE …
-
Laravel 7 adds the extremely useful `withCasts()` method to the Eloquent query builder. See the docs for more details: https://laravel.com/docs/7.x/eloquent-mutators#query-time-casting
I was wonder…
ghost updated
3 years ago
-
Hy!
I have anew laravel 11 project and I have an issue with this package installation.
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"descripti…
-
In laravel 9 with MongoDB(jenssegers/mongodb 3.9) I added withCount in request :
$subscription = Subscription
::getById($subscriptionId)
->withCount('userSubscriptions')
…