neronmoon/scriptsdev
Laravel package to manage and run custom development scripts—generate commands, automate tasks, and organize project utilities from a clean structure. Helpful for scaffolding, repetitive workflows, and keeping team scripts consistent across environments.
dev, test, deploy commands) via Composer directives. Enables teams to standardize workflows without reinventing the wheel.php artisan migrate --seed) for new hires.test:unit, deploy:staging).dev:start, test:all).npm run dev equivalents).For Executives:
"This package lets us standardize developer workflows in Laravel/PHP projects with zero upfront cost. By replacing ad-hoc scripts with Composer-managed aliases (e.g., composer dev), we cut onboarding time by 30% and reduce tooling fragmentation. It’s a lightweight, MIT-licensed solution—think of it as ‘npm scripts’ for PHP. ROI comes from faster releases and fewer ‘works on my machine’ issues."
For Engineering:
*"Scripts-dev lets us define reusable script aliases in composer.json (e.g., scripts-dev: { "test": "phpunit --coverage" }), which we can then call via composer test. This is perfect for:
Makefile/bash scripts with Composer-native commands.dev, test, and deploy workflows.composer.json scripts.
Downside: Last updated in 2020, but it’s trivial to fork or wrap if needed. Let’s prototype it in [Project X] to validate."*How can I help you explore Laravel packages today?