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
When trying to run ab:migrate on a Laravel 5.1.45 project, the following error is generated:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to undefined method ComoCode\LaravelAb\App\Console\Commands\AbMigrate::hasOption()
Removing line 36 from AbMigrate then allows the artisan command to run as expected.
I might also point out that trying to run the migrations in this way, as opposed to using vendor:publish means that this package does not work with any existing deployment pipelines that a developer may have already configured.
The text was updated successfully, but these errors were encountered:
When trying to run
ab:migrate
on a Laravel 5.1.45 project, the following error is generated:Removing line 36 from AbMigrate then allows the artisan command to run as expected.
I might also point out that trying to run the migrations in this way, as opposed to using
vendor:publish
means that this package does not work with any existing deployment pipelines that a developer may have already configured.The text was updated successfully, but these errors were encountered: