Laravel Installer v5.31.0 ships a new `laravel package` command that scaffolds Laravel packages by cloning the official package-skeleton repo, cleaning git history, installing dependencies, and running the configuration script. The command supports flags for including config files, routes, views, migrations, facades, and more, plus metadata options for author and package details. Other additions include automatic PHP version matching for GitHub Actions CI workflows, propagation of the `--no-node` flag to starter kit hooks via an environment variable, a fallback for missing `Laravel\Prompts\callout()`, and a Windows fix adding `--timeout=0` to queue listeners.

3m read timeFrom laravel-news.com
Post cover image
Table of contents
# The laravel package Command# Local PHP Version Matching in CI Workflows# Propagating --no-node to Starter Kit Hooks# Fallback Prompt Output# Windows Queue Listener Timeout Fix
32K Impressions