{"id":51096889,"url":"https://github.com/deniskorbakov/laravel-13-frankenphp-docker","last_synced_at":"2026-06-24T07:01:56.440Z","repository":{"id":281793518,"uuid":"946433942","full_name":"deniskorbakov/laravel-13-frankenphp-docker","owner":"deniskorbakov","description":"🐘 FrankenPHP and Laravel Octane with Docker + Laravel 13","archived":false,"fork":false,"pushed_at":"2026-06-06T14:49:47.000Z","size":18435,"stargazers_count":59,"open_issues_count":0,"forks_count":20,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-06T16:20:52.727Z","etag":null,"topics":["ansible","docker","frankenphp","laravel","laravel13","php","tamplate"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deniskorbakov.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":"2025-03-11T06:09:42.000Z","updated_at":"2026-06-06T14:49:51.000Z","dependencies_parsed_at":"2025-03-11T07:32:23.804Z","dependency_job_id":"5c3d7d6e-76d8-46e9-bee1-6f45c536d464","html_url":"https://github.com/deniskorbakov/laravel-13-frankenphp-docker","commit_stats":null,"previous_names":["work-templates/laravel-frankenphp-apiplatform","deniskorbakov/laravel-frankenphp-template","deniskorbakov/laravel-12-frankenphp-docker","deniskorbakov/laravel-13-frankenphp-docker"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/deniskorbakov/laravel-13-frankenphp-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskorbakov%2Flaravel-13-frankenphp-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskorbakov%2Flaravel-13-frankenphp-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskorbakov%2Flaravel-13-frankenphp-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskorbakov%2Flaravel-13-frankenphp-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deniskorbakov","download_url":"https://codeload.github.com/deniskorbakov/laravel-13-frankenphp-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskorbakov%2Flaravel-13-frankenphp-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34720924,"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-06-24T02:00:07.484Z","response_time":106,"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":["ansible","docker","frankenphp","laravel","laravel13","php","tamplate"],"created_at":"2026-06-24T07:01:55.747Z","updated_at":"2026-06-24T07:01:56.426Z","avatar_url":"https://github.com/deniskorbakov.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FrankenPHP and Laravel 13 Octane with Docker\n\nThis template was created for a quick start of a Laravel project with already\nprepared basic logic and is required by the environment:\n\n\u003ca href=\"https://github.com/deniskorbakov/laravel-13-frankenphp-docker\"\u003e\u003cimg alt=\"\" src=\"https://github.com/deniskorbakov/laravel-13-frankenphp-docker/actions/workflows/deploy.yml/badge.svg\"\u003e\n\u003c/a\u003e\n\n## Installation\n\nTo start the template you will need git and docker/docker compose\n\n**Performing steps:**\n\nYou can also submit a template to yourself through the GitHub interface\n\n```bash\ngit clone https://github.com/deniskorbakov/laravel-13-frankenphp-docker.git\n```\n\nLet's go to the cloned repository\n\n```bash\ncd laravel-13-frankenphp-docker\n```\n\nCopy env example to env\n\n```bash\ncp .env.example .env\n```\n\nLet's run the command to start the project\n\n```bash\nmake init\n```\n\n---\n\n## If you need to run a regular php server\n\n\u003e You may need this when working with filament or just for testing locally\n\nThen this command will launch a regular artisan server\n\n```bash\nmake build-simple\n```\n\nThe server will be accessible by `localhot:8000`\n\nif you want to communicate without a port, then change `APP_PORT` on 80 port\n\n---\n\n**Docker images - utilities:**\n\n* Laravel 13\n* Frankenphp\n* Postgres\n* Kvrocks\n* Supervisor\n* Traefik\n* Mailhog\n\n**Auxiliary services:**\n\n* Rector + Phpstan + Php_codesniffer\n* Pest\n\n**Libraries - prepared code:**\n\n* DTO Laravel-data\n* WebSocket - centrifugo\n* Horizon - monitoring queue\n* laravel/octane\n* Admin panel - Filament\n* API logic auth\n* Logic saved files in storage - db\n* Scribe API doc\n* Pulse - monitoring app\n\n**Additional functionality:**\n\n* Multi-stage build\n* Prepared assembly for local development and sales\n* Configured GitHub actions for stat analyzers and deployment\n* Customized role system\n* Centrifugo real-time messaging server\n* Ansible is configured to set up the production environment\n* Monitoring system\n* Tess - Unit/Feature/Coverage/Architecture\n\n**Go to the project address:**\n\n- [API doc](http://localhost/api/docs)\n- [Admin panel](http://localhost/admin/login)\n- [Dozzle](http://localhost:9100)\n- [Horizon - available only to users with the Developer role](http://localhost/horizon)\n- [Pulse - available only to users with the Developer role](http://localhost/pulse)\n\n## Documentation\n\n[Template documentation](documentation/README.md)\n\n## Usage\n\nThe command for exec in app container\n\n```bash\nmake exec\n```\n\nThe command for check code (phpstan, php cs, rector, peck)\n\n```bash\nmake lint\n```\n\nThe command for fix err (php cs, rector)\n\n```bash\nmake lint-fix\n```\n\nThe command for run tests\n\n```bash\nmake test\n```\n\nThe command for run test coverage\n\n```bash\nmake test-coverage\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeniskorbakov%2Flaravel-13-frankenphp-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeniskorbakov%2Flaravel-13-frankenphp-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeniskorbakov%2Flaravel-13-frankenphp-docker/lists"}