-
Notifications
You must be signed in to change notification settings - Fork 347
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
[v2] Breaking changes - support only recent-ish Laravel versions (6+) #170
Conversation
…flag to make model command
dump autoloads takes very long time in big app, so I suggest moving it after the model is created so developer can work on the created model sooner.
…-Extended into Jaspur-master
…ators-Extended into panstromek-patch-1
…world/Laravel-5-Generators-Extended into vinnizworld-duplicate-migration-bug-fix
…s or is needed in newer Laravel versions
Since version 2 of this package only supports Laravel 6+, this command is no longer neded because it's provided by Laravel itself.
…ators-Extended into v2 # Conflicts: # readme.md
…ve PHP 7.2 as minimum requirement
Ok so... it looks like I've overestimated how much time I can devote to this package 😄 I've just polished everything up, so the features we do have right now and are confirmed, are tested and working fine. And after looking at the v2 Project again I've concluded that it's best to just go ahead and launch v2 as it is. Most issues & features there can be added as non-breaking changes, no problem. So... I'm going to release this right away. |
I haven't been able to give this repo the attention it deserves. Maybe it's time to fix that. Let's at least close all the issues we can, and merge all PRs that make sense.
So far:
--model=true
to create one - 67dc4dc;--path=smth
to change where migrations are generated Optional path parameter for new migrations #90 ;make:model
command; Fixed duplicate migration generation issue by passing --no-migration fixes #40 #43 ; fixes 2 migrations files are generated on php artisan make:migration:schema. #40 ;To do: see the v2 board.