Daursu / laravel-zero-downtime-migration

Zero downtime migrations with Laravel and pt-online-schema-change
MIT License
80 stars 13 forks source link

Unsupported driver [pt-online-schema-change] #29

Closed M0H3N closed 10 months ago

M0H3N commented 2 years ago

Hi

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

could you please help me ?

Daursu commented 2 years ago

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

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