-
**Is your feature request related to a problem? Please describe.**
There is no way to see how many people have shared their thoughts and reviews for the book.
**Describe the solution you'd li…
-
Thank you for your work on this package! I've been fighting an issue for the past week that I can't find a resolution to. I don't know if this is an issue with this package or Laravel but I thought th…
-
docker image seems to be quite big, so I try to identify ways to shrink it
### Ideas
- apt-get --no-install-recommends
- Review apt packages:
- snappdf requirements: https://github.com/begano…
-
Hi, I just installed revisionable in a Laravel 5.3 project.
In my models I set `$revisionCreationsEnabled = true`. When I create a record (through Eloquent), only key `created_at` gets stored in th…
-
Related to https://github.com/laravel/ideas/issues/965
I regularly have models that do not come from a database, but i want to behave like an Eloquent model, by having accessors to format attribute…
-
How to synchronize a mysql table's data to Elasticsearch?
For example,there is a mysql table named "articles",if some new articles are added in,how to synchronize them to Elasticsearch?
-
**Describe the bug**
```
InvalidArgumentException Could not get class storage for eloquent
Emitted in /var/www/vendor/vimeo/psalm/src/Psalm/Internal/Provider/ClassLikeStorageProvider.php:45
Stac…
-
For now, Laravel supports composite primary keys in migrations, but they're not completely supported in models.
For example, if you have model that contains
`
public $incrementing = false;
public …
-
- Larastan Version: 3.0.0
- Laravel Version: 11.32.0
### Description
When returning a relationship that uses another relationship an error is shown.
### Laravel code where the issue wa…
-
laravel ide helper, works in web.php or factories, but inside of controller not working , any solution ? Please!