composer/installers
Composer installers for PHP applications. Extends Composer with custom install paths for various frameworks and CMSs (e.g., WordPress, Drupal, Joomla). Automatically places packages in the right directories via installer types for plugin, theme, and module workflows.
composer install. Aligns with roadmap goals for developer experience (DX) improvements..env.example, phpunit.xml) alongside dependencies.extra.installer-scripts in composer.json).post-install-cmd instead).composer install hooks.For Executives:
*"This package lets us automate 80% of our PHP project setup—saving engineers 2+ hours per project. For example, when a new dev clones a Laravel repo, composer install will automatically:
For Engineering:
*"The composer/installers package replaces ad-hoc Bash scripts or manual steps with a declarative, framework-agnostic approach. Here’s how we’d use it:
composer.json under extra.installer-scripts (e.g., php artisan key:generate).post-install-cmd for framework-specific tasks..env.example to .env).
Pros:composer install.composer.json.How can I help you explore Laravel packages today?