driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
469 stars 48 forks source link

[Laravel110] Blueprint geometry columns #201

Closed peterfox closed 3 months ago

peterfox commented 4 months ago

Changes

Why

Adds a new rule for Laravel 11 to cover Spatial types in migrations https://laravel.com/docs/11.x/upgrade#spatial-types

Notes

This probably doesn't cover all cases but is a good start at least. It's quite hard to follow all the changes in the PR.