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, in config/laravellocalization.php urlsIgnored). Run php artisan horizon in production so the default and blog queues are processed.

Optional: semantic-release for version bumps, changelog, and GitHub releases driven by Conventional Commits.


Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.