nWidart / DbExporter

Export your database as a Laravel Migration. And export your DB data as a seed file. Finally sync all this with your remote server.
378 stars 84 forks source link

php artisan dbe:migrations errors #45

Open fhefh2015 opened 7 years ago

fhefh2015 commented 7 years ago
[Symfony\Component\Debug\Exception\FatalThrowableError]
  Call to undefined method Illuminate\Foundation\Application::share()
nWidart commented 7 years ago

Hi,

This package isn't compatible with latest laravel versions.

niladam commented 7 years ago

That's too bad..