fumeapp / modeltyper

Generate TypeScript interfaces from Laravel Models
MIT License
136 stars 16 forks source link

Add new mappings for Laravel 11 Fixes 71 & some minor fixes #72

Closed ayrtonandino closed 7 months ago

ayrtonandino commented 7 months ago

Update mappings with the ones presented in Issue #71,

Add some test to verify that the package produces the same interface regardless of Laravel version, for this a new model and migration where added so modeltyper can get columns for mapping, using sqlite as DB.

Fix some warnings present in composer install, PHPStan and Laravel Pint.

Migrate from abandoned nunomaduro/larastan to larastan/larastan.

tcampbPPU commented 7 months ago

thanks a lot for the contribution!