laravel-eloquent-uuid-slug icon indicating copy to clipboard operation
laravel-eloquent-uuid-slug copied to clipboard

Use auto generated UUID slugs to identify and retrieve your Eloquent models.

Results 3 laravel-eloquent-uuid-slug issues
Sort by recently updated
recently updated
newest added

Running PHPStan on this code will return the error below ```php $shoppingLists = ShoppingList::with("items") ->authorOrMemberMatching($user) ->when( $sort === ViewOrder::UncompletedFirst->value, fn (Builder $query): Builder => $query->withCount(["items" => fn (Builder $item): Builder...

enhancement

Hi, Any plans to upgrade the package for Laravel 12?