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

No console output - release 5.8 with Laravel 5.8 #14

Open
igs013 opened this issue Mar 26, 2019 · 1 comment
Open

No console output - release 5.8 with Laravel 5.8 #14

igs013 opened this issue Mar 26, 2019 · 1 comment

Comments

@igs013
Copy link

igs013 commented Mar 26, 2019

Hello,

With a Laravel 5.8 project and the latest release of this package (5.8) the only output I get in the console while running the seed command is:

Seeding data for X environment...
Seeded data for X environment

But no info about what seeders were ran. Same issue with rollback.
It seems that the output from SeederMigrator is not linked with the command's output. So

$this->note("<comment>Seeding:</comment> {$name}"); // SeederMigrator:L109

doesn't output anything in the console. (Not sure from what release this issue occurs, but in 5.5 it was working properly.)

Also, $this->command from a new seeder is always null.

Thanks, and keep up the good work!

PS: the seeds work properly, the rollback also works, only the output is bugged.

@edmundluong88
Copy link

Hi @igs013 ,

Thanks for opening this issue. We will investigate and see if we have any capacity to update the package to fix this output bug.

However, feel free to submit a PR with a fix if you need to have this addressed immediately.

Best regards!

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

No branches or pull requests

2 participants