You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make --reset always keep the text and remove --smart-reset. Always skip the classname #1523 / barryvdh & #1525 / mfn
Use short types (int and bool instead of integer and boolean) #1524 / barryvdh
Removed
Support for Laravel 9 and use of doctrine/dbal #1512 / barryvdh
With this functionality gone, a few changes have been made:
support for custom datatypes has been dropped (config custom_db_types) unknown data types default to string now and to fix the type, add a proper cast in Eloquent
You might have top-level dependency on doctrine/dbal. This may have been in the past due to ide-helper, we suggest to check if you still need it and remove it otherwise
Minimum PHP version, due to Laravel 10, is now PHP 8.1