laravel-jit-loader icon indicating copy to clipboard operation
laravel-jit-loader copied to clipboard

Results 4 laravel-jit-loader issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...

Hi, thanks for this package. This is a simple but neat idea! I've a problem with nested relations. Example (pseudo code): ```php Parent::all()->each(function (Parent $parent) { $parent->children->each(function (Child $child) {...

Hello, I have a model that I use a custom collection with, to do some aggregations and such. Currently, I have to set my return typehint to `\Illuminate\Database\Eloquent\Collection` instead of...