Daursu/laravel-zero-downtime-migration

Unsupported driver [pt-online-schema-change]

Closed this issue · 1 comments

M0H3N commented

Hi

I got this error : Unsupported driver [pt-online-schema-change].

could you please help me ?

Can you check to see if you registered the service provider in your config/app.php file like so

'providers' => [
  ...
  Daursu\ZeroDowntimeMigration\ServiceProvider::class,
],