-
- Larastan Version: 2.10.8
- Laravel Version: 11.23.*
### Description
Starting from Laravel 11.23.* the following error
```
Parameter 1 $relations of method Illuminate\Database\Eloquent\Build…
-
I am migrating an application over to Laravel and have an existing database that does not follow normal naming conventions.
Helper code generates fine but code completion is not working for models.…
-
# Reordering the sort order on queries in Laravel 7.x — Amit Merchant — A blog on PHP, JavaScript, and more
Often times, there comes a sceanrio where you’d want to alter the column through which you’…
-
## Issue Description
The current implementation of the UserGroup does not utilize Eloquent. This limitation makes it hard to manage relationships, run complex queries efficiently and perform eager lo…
-
### Bug description
If you select an option in a button group, it gets saved and shows up in the DB, but the styles on the screen don't show which option is selected. This happens in light and dark…
-
### Bug description
Hey all, any help is appreciated.
I had upgraded a site from v4 to v5, I did this by setting up a new site with the upgrade on forge and then switching the domain to the current…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
I have a custom eloquent/model collection `ModelCollection` for all my models. `newCollection()` and genericness etc all w…
-
### Bug description
Hey,
I've gotten a site for a customer running Statamic 4 and Statamic eloquent driver.
The site has been migrated from a Statamic 3 with Statamic eloquent driver.
The proble…
-
### Link to the coursework
https://eloquentjavascript.net/04_data.html
### Why are we doing this?
As well solving coding katas and building products, it's also important to gain a deeper insi…
-
Hello, I am trying to come up with a way to access a categories root ancestor from a belongsToMany relationship. I have tried using a combination of `staudenmeir/eloquent-has-many-deep` and `staudenme…