Skip to content
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

Ability to pick the minimum major laravel version #92

Open
atymic opened this issue Feb 27, 2020 · 1 comment
Open

Ability to pick the minimum major laravel version #92

atymic opened this issue Feb 27, 2020 · 1 comment
Labels
feature New feature request

Comments

@atymic
Copy link
Contributor

atymic commented Feb 27, 2020

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 :)

@verschuur
Copy link
Owner

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.

@verschuur verschuur added the feature New feature request label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

2 participants