jessarcher / laravel-castable-data-transfer-object

Automatically cast JSON columns to rich PHP objects in Laravel using Spatie's data-transfer-object class
https://jessarcher.com/blog/casting-json-columns-to-value-objects/
MIT License
328 stars 23 forks source link

Apply Spatie package template changes #9

Closed jessarcher closed 3 years ago

jessarcher commented 3 years ago

Scrutinizer was broken and I noticed that Spatie is no longer using it in their package template, so I took the opportunity to port over some of their more recent changes.