Skip to content

Databse seeder messes up the formatting of the output in the console #56461

@azgooon

Description

@azgooon

Laravel Version

v12.21.0

PHP Version

8.4.4

Database Driver & Version

PGSQL 17.5

Description

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:
Image

After:
Image

Steps To Reproduce

  1. run php artisan migrate:fresh --seed on laravel version 12.10.2
  2. upgrade laravel framework to 12.21.0
  3. run php artisan migrate:fresh --seed on laravel version 12.21.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions