artesaos / migrator

Namespaced Migrations for Laravel 5.1+
Other
40 stars 11 forks source link

Laravel 7.x support? #13

Closed JoseCage closed 2 years ago

JoseCage commented 4 years ago

Hello maintainers.

Do you plan to update this package to support Laravel 7? or this package has been abandoned?

As we can see the last update was in 2018.

Thanks.

kelcampus commented 4 years ago

Hello @JoseCage

I installed the package on laravel 7 (adapted for DDD) and the package is working. It was not necessary to register and publish the MigrationServiceProvider.

JoseCage commented 4 years ago

Hello @JoseCage

I installed the package on laravel 7 (adapted for DDD) and the package is working. It was not necessary to register and publish the MigrationServiceProvider.

Right.

In this case I was specifically talking about the updated because L.7 comes with some new improvements/feature that I can't use (with Migrator) If the package don't "updated their methods/dependencies". Something like that

JoseCage commented 2 years ago

Is there any plans to keep the package or its abandoned by now? As we already have Laravel 9 being released this month and the package is becoming outdated 👴🏾 📦.

I will take a look at the source in case I can help in some way. 🚀

@emtudo /