You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if you think this is a good idea, but having a way to select the minimum major version could be useful.
For example, laravel 7.x will be out in a few days, but most packages would still want to support laravel 6.x, however if they need features only available in 7.x, it could be useful to have a switch/question when generating.
Happy to PR :)
The text was updated successfully, but these errors were encountered:
From the start, the idea was to create a quick package generator. So that meant as few questions as possible. Right now, you can hit enter for every question and be done with it.
However, I've been toying with the idea of adding extra generator options such as short-hand to automatically generate extra classes etc. Your idea fits in there. For now, though, seeing as how you'd probably only want to support 6 and/or 7, it feels like a lot of effort for something that can easily be added manually in the composer file.
But I'll keep it in mind as it does fit in possible feature plans.
Not sure if you think this is a good idea, but having a way to select the minimum major version could be useful.
For example, laravel 7.x will be out in a few days, but most packages would still want to support laravel 6.x, however if they need features only available in 7.x, it could be useful to have a switch/question when generating.
Happy to PR :)
The text was updated successfully, but these errors were encountered: