DevOps
- CI/CD — GitHub Actions: lint, test, type checks.
- Code quality — Pint, ESLint, Prettier, Husky, Commitlint.
- Queues & Horizon — Use Redis (
QUEUE_CONNECTION=redis) and Laravel Horizon for background jobs (e.g. blog AI generation, notifications). The Horizon dashboard is at/horizon(locale-independent, inconfig/laravellocalization.phpurlsIgnored). Runphp artisan horizonin production so thedefaultandblogqueues are processed.
Optional: semantic-release for version bumps, changelog, and GitHub releases driven by Conventional Commits.