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
Yesterday, I upgraded the Laravel framework from version 12.10.2 to 12.21.0. Shortly afterward, I reset the database using the --seed option.
I noticed that the seeding output looks different, the first and last lines appear misaligned compared to previous behavior. I’ve attached screenshots for reference.
Before:
After:
Steps To Reproduce
run php artisan migrate:fresh --seed on laravel version 12.10.2
upgrade laravel framework to 12.21.0
run php artisan migrate:fresh --seed on laravel version 12.21.0