cviebrock / sequel-pro-laravel-export

A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables.
MIT License
921 stars 55 forks source link

What alternative to use to replace the Xethron migration generator, which is obsolete since Laravel 5.8? #32

Closed JohanAbdel closed 4 years ago

JohanAbdel commented 4 years ago

I would not like to go back to an earlier version of Laravel to be able to use Xethron :-(. Can you please offer me another solution?

### I've run the following command in my laravel 6.4 project but without success

prompt > composer require --dev "xethron/migrations-generator"

Using version ^2.0 for xethron/migrations-generator ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

cviebrock commented 4 years ago

I think maybe you posted this to the wrong project? I'm not involved with xethron/migrations-generator in any way.

That said, it looks like it isn't supported anymore ... so you could use my package!

Keep in mind: my package isn't for Laravel. It's a plug-in bundle for Sequel Pro to export tables to Laravel migration files. Everything you need to know should be in the README.md. Let me know if you run into trouble.