composer.json, .gitignore, README.md, CHANGELOG.md, CI configs) to accelerate onboarding and reduce cognitive load.hidev init (e.g., for new Laravel packages).hidev build/hidev test.hidev bump) and GitHub releases (hidev release).hidev fix (PHP-CS-Fixer integration).AppServiceProvider, routes/web.php).hidev-php may suffice).For Executives:
"HiDev cuts the time to launch a new Laravel package from hours to minutes by automating 80% of the boilerplate—think composer.json, CI configs, and release workflows. For a team shipping 5+ open-source packages/month, this saves ~10 dev-hours/week in setup and maintenance. It’s like having a junior dev who never makes mistakes, but for your infrastructure."
For Engineering:
"This is a Composer + GitHub supercharger for Laravel projects. With hidev init, you generate a production-ready project skeleton in one command. Need to bump a version? hidev release handles the CHANGELOG, Git tags, and GitHub release—no more manual steps. It’s plugin-based, so we can extend it for Laravel-specific needs (e.g., auto-generating config/services.php). The YAML config is simple, and the CLI commands replace ad-hoc scripts. Tradeoff: Last updated in 2018, but the core functionality is stable and plugin-driven for customization."
For Developers:
"Tired of copying .travis.yml from old projects or manually updating composer.json? HiDev does it for you. Run hidev to auto-fix code style, hidev test to run PHPUnit, or hidev bump to publish a release—all with zero config if you use the hidev-php plugin. It’s like a Swiss Army knife for PHP dev workflows."
How can I help you explore Laravel packages today?