laravel-castable-data-transfer-object icon indicating copy to clipboard operation
laravel-castable-data-transfer-object copied to clipboard

Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class

Results 5 laravel-castable-data-transfer-object issues
Sort by recently updated
recently updated
newest added

Hey @jessarcher , I was raising this issue because `thecodingmachine/safe` just released a new minor with breaking changes, renaming the `options` flag in `json_decode` into `flags` and basically they won't...

Updating field via nova Text/Image/etc doesn't work. `Image::make(__('messages.icon'), 'app_settings->icon') ->disk(config('filesystems.default')) ->path("{$request->resourceId}/icons")->nullable(),`

Hello, what if we have a jsonb column addresses with ` [ {...}. {...}, {...} ] ` Is there any way to cast it to ` [ Address(...), Address(...), Address(...),...

enhancement
help wanted

Message in composer: package spatie/data-transfer-object is abandoned, you should avoid using it. Use spatie/laravel-data instead. Do you intend to do this migration of packages?

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