-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 6.0 Compatibility #191
Comments
Perhaps https://github.com/laracasts/Laravel-5-Generators-Extended will be a good alternative. |
will be waiting for update. thanks for this |
have the same problem today, |
This is not an alternative |
Did some more research yesterday @MammutAlex . Though Laravel 5 Generators Extended is not a true replacement it does make migrations much easier as you can add columns and column types to commands to generate your migrations that much faster. There is a Laracasts Video on it too, but cannot locate it now. However if you need to convert a database to migrations I did find a Sequel Pro extension. Perhaps there is one for MySQL Workbench too. |
@jasperf +1 to the Sequel Pro extension. I just used it on 400 + tables and it worked well. |
@jase-languasco Good to hear it worked well for you too man. |
@Bernhard: You´ve done a realy good job! |
@Bagadulittle Yes, that seems to be the problem. Will require some work to get it working with 6 I think. For now, the best workaround is to install a fresh copy of Laravel 5.*, generate the migrations, and copy them across. |
@Xethron: thanks that´s what i do at the moment. And that´s a little laborious, But i allways think abougth to r3write the hole thing. If i do this i get you in touch. thanX for your reply. |
please add support laravel 6 |
pleaseee @vahidalvandi |
i found new solution with EER model and mysql workbench 8 |
It does slightly work with new version of of WB 8 but just lets you preview where you can copy/paste a large amount of data and split it |
|
If you get the camel_case error just change the lines to this
|
Fixed, ty |
|
camel_case error not fixed, how to fix? edit: fixed but composer dont download the most recent fix, edit to this. return [ |
Sorry, I forgot to create a new release |
Please change '\Str' to 'Str' if you have used the 'use Illuminate\Support\Str;' on top. I got an error |
I get this error upon executing "composer require oscarafdev/migrations-generator 2.0.16" Sorry still a newbie in laravel :( |
I have updated the package with more data type supports such as It also support Laravel from Please try https://github.com/kitloong/laravel-migrations-generator and comment |
It works on Laravel 7.4.0 & php 7.4.3 |
@kitloong is it possible to force the migrations to be regenerated, when I run it twice I get two sets of migrations. Thanks by the way for making this Laravel 6 and 7 compatible |
@ssmusoke Thank you. |
Laravel 6.0 Compatibility ?
composer require --dev "xethron/migrations-generator"
The text was updated successfully, but these errors were encountered: