Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show class name to be seeded #25338

Closed
wants to merge 1 commit into from
Closed

Conversation

shrft
Copy link
Contributor

@shrft shrft commented Aug 26, 2018

#11375

this change is to show which seeder classes are to be seeded.

if you have DatabaseSeeder class like bellow,

 public function run()
    {
        $this->call(UserTableSeeder::class);
    }

it shows messages like this.

Seeding: DatabaseSeeder
Seeding: UserTableSeeder

if you run db:seed --class=UserTableSeeder,
it shows message like this

Seeding: UserTableSeeder

@shrft shrft closed this Aug 26, 2018
@shrft shrft reopened this Aug 27, 2018
@shrft shrft force-pushed the fix-message-for-seeder branch from 450dfe9 to f92366d Compare August 27, 2018 12:01
@shrft shrft closed this Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant