I could not use it directly in laravel 5.1 because of: public function boot() { $this->package('nwidart/db-exporter'); } To fix it, i overriden these classes in my app: DbExportHandlerServiceProvider DbMigrationsServiceProvider to have the boot() method empty (no call to ->package which does not exists)