kiwilan / typescriptable-laravel

PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. Optional NPM package for Inertia.
https://packagist.org/packages/kiwilan/typescriptable-laravel
MIT License
27 stars 2 forks source link

v2.0.0 #60

Closed ewilan-riviere closed 6 months ago

ewilan-riviere commented 6 months ago

Drop Laravel 9 and Laravel 10 and PHP 8.1 support (Laravel 11 support only PHP 8.2+).

Laravel is no longer dependent on the Doctrine DBAL and registering custom Doctrines types is no longer necessary for the proper creation and alteration of various column types that previously required custom types. From Laravel News

To install package with old versions of Laravel, use the following command:

composer require kiwilan/typescriptable-laravel:1.12.03
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.87%. Comparing base (3289f8a) to head (14e18db). Report is 6 commits behind head on main.

:exclamation: Current head 14e18db differs from pull request most recent head 73c4a52. Consider uploading reports for the commit 73c4a52 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #60 +/- ## ============================================ - Coverage 86.99% 86.87% -0.13% Complexity 411 411 ============================================ Files 35 35 Lines 1569 1569 ============================================ - Hits 1365 1363 -2 - Misses 204 206 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.