{"id":51444028,"url":"https://github.com/haydenk/laravel-poly-stack","last_synced_at":"2026-07-05T14:02:47.528Z","repository":{"id":350361862,"uuid":"1206492614","full_name":"haydenk/laravel-poly-stack","owner":"haydenk","description":"Devcontainer scaffold for Laravel development with interchangeable MySQL, PostgreSQL, and SQLite drivers plus Redis — no app included, just the environment.","archived":false,"fork":false,"pushed_at":"2026-07-02T18:03:35.000Z","size":353,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-07-02T20:06:36.838Z","etag":null,"topics":["devcontainer","docker","docker-compose","laravel","mise","mysql","php","postgresql","redis","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haydenk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-10T01:09:14.000Z","updated_at":"2026-07-02T18:03:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/haydenk/laravel-poly-stack","commit_stats":null,"previous_names":["haydenk/laravel-poly-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haydenk/laravel-poly-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haydenk%2Flaravel-poly-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haydenk%2Flaravel-poly-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haydenk%2Flaravel-poly-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haydenk%2Flaravel-poly-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haydenk","download_url":"https://codeload.github.com/haydenk/laravel-poly-stack/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haydenk%2Flaravel-poly-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35156520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devcontainer","docker","docker-compose","laravel","mise","mysql","php","postgresql","redis","sqlite"],"created_at":"2026-07-05T14:02:46.926Z","updated_at":"2026-07-05T14:02:47.519Z","avatar_url":"https://github.com/haydenk.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-poly-stack\n\nA devcontainer scaffold for Laravel 13 / PHP 8.5 development with MySQL, PostgreSQL, and SQLite as interchangeable database drivers, plus Redis for caching and queuing.\n\n## What's Included\n\n| Service | Version | Address |\n|---|---|---|\n| PHP | 8.5 | — |\n| MySQL | 8.4 (LTS) | `127.0.0.1:3306` |\n| PostgreSQL | 18 | `127.0.0.1:5432` |\n| Redis | 8 (alpine) | `127.0.0.1:6379` |\n| Mailpit | latest | SMTP `127.0.0.1:1025` · Web UI `localhost:8025` |\n| Caddy | latest (via mise) | serves the app on `localhost:8000` |\n\nAll services share the app container's network namespace, so they are reachable at `127.0.0.1` on their default ports — no hostname resolution needed.\n\n## Quick Start\n\nOpen the repo in VS Code or a JetBrains IDE with the Dev Containers extension (or GitHub Codespaces) and reopen in container, then:\n\n```bash\nmise setup                     # install Composer + bun dependencies\ncp .env.sqlite.example .env    # or .env.mysql.example / .env.pgsql.example\ntouch database/database.sqlite # SQLite only\nphp artisan key:generate\nphp artisan migrate\nmise dev                       # caddy + php-fpm + queue + scheduler → http://localhost:8000\n```\n\nRun `bun run dev` separately for Vite hot-reload. This project uses `bun`, not `npm`.\n\n## Documentation\n\nFull documentation lives in [`docs/`](docs/README.md):\n\n- [Getting Started](docs/getting-started.md) — the quick start above, in detail\n- [Devcontainer Architecture](docs/devcontainer.md) — containers, networking, PHP extensions, Codespaces\n- [Databases](docs/databases.md) — choosing and switching drivers, credentials\n- [mise](docs/mise.md) — toolchain and the full task reference (`mise dev`, `mise test`, `mise quality`, …)\n- [Code Quality](docs/code-quality.md) — Pint, PHPStan (level 8), Rector, Pest\n- [Dagger CI](docs/dagger.md) — the containerized quality suite (`mise ci`)\n\n## License\n\nLicensed under the [GNU Affero General Public License v3.0](LICENSE) (AGPL-3.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaydenk%2Flaravel-poly-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaydenk%2Flaravel-poly-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaydenk%2Flaravel-poly-stack/lists"}