Add First Party Package Installation to Laravel New #56735
Unanswered
blakedeckard
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal: Add First-Party Package Installation to the
laravel new
InstallerI often find myself starting a new Laravel project and immediately running composer require for common first-party packages like Cashier and Boost. To improve the developer experience and streamline the initial setup process, I'd like to propose extending the laravel new installer with an option to select and install these packages from the start.
This would be a great quality-of-life improvement, saving time and reducing repetitive initial setup commands.
Does anyone have any thoughts on this? Would be happy to give it a go, wanted to clarify if it would be accepted if developed.
Proposed Solution
The idea is to add a new interactive, multi-select prompt to the installer, consistent with the existing prompts for starter kits and testing frameworks. This would allow developers to choose one or more first-party packages to be installed and configured right away.
Here's a mock-up of how it could look in the terminal:
Beta Was this translation helpful? Give feedback.
All reactions