{"id":18023523,"url":"https://github.com/jasonheecs/laravel-docker-compose","last_synced_at":"2026-04-14T03:32:16.317Z","repository":{"id":150099193,"uuid":"230670715","full_name":"jasonheecs/laravel-docker-compose","owner":"jasonheecs","description":"A docker-compose setup for Laravel applications","archived":false,"fork":false,"pushed_at":"2020-09-28T13:31:16.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T10:36:39.779Z","etag":null,"topics":["docker","docker-compose","laravel"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasonheecs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-12-28T21:37:22.000Z","updated_at":"2020-09-28T13:31:18.000Z","dependencies_parsed_at":"2023-06-16T22:00:57.775Z","dependency_job_id":null,"html_url":"https://github.com/jasonheecs/laravel-docker-compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasonheecs/laravel-docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Flaravel-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Flaravel-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Flaravel-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Flaravel-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonheecs","download_url":"https://codeload.github.com/jasonheecs/laravel-docker-compose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Flaravel-docker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","laravel"],"created_at":"2024-10-30T07:09:48.261Z","updated_at":"2026-04-14T03:32:16.303Z","avatar_url":"https://github.com/jasonheecs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Docker Compose\n\n[![Build Status][travis-badge]][travis-link]\n\nA docker compose setup meant for Laravel applications. This setup will create a php container, an nginx container and a PostgresSQL container\n\n## Usage\n\n1) Clone this repo:\n```\ngit clone https://github.com/jasonheecs/laravel-docker-compose.git\ncd laravel-docker-compose\n```\n2) Run `make build`\n\nA Laravel app will be created in your `src` folder\n\n\n## Setting up XDebug on PHPStorm\n\n## Rename .env.example to .env\n```\nNETWORK_NAME=custom-network\nXDEBUG_CONFIG=remote_host=host.docker.internal\n```\n\nEnsure you have the right `remote_host` for XDebug specified. You may need to modify the config if host.docker.internal does not work for your OS.\n\n\n### Add a Docker server\n![Docker Server Settings](https://i.imgur.com/G6p2004.png)\n\n### Set DBGp Proxy settings\n![DBGp Proxy settings](https://i.imgur.com/dy8y7r0.png)\n\n### Create a Debug configuration\n![PHPStorm Debug Configuration](https://i.imgur.com/OQLQSeA.png)\n\n### Enable listening for PHP Debug Connections\n![Enable listening for PHP Debug Connections](https://i.imgur.com/Nvi5Lw8.png)\n\n\n## Testing\nTesting is done via Rspec\n\nTo run the tests:\n```bash\ngem install bundler\nbundle install\nbundle exec rspec\n```\n\nRefer to the [travis.yml](.travis.yml) file and [Travis build logs][travis-link] for details on the automated tests and expected outputs.\n\n## Utility Commands\nThe `Makefile` contains a list of utility commands meant for easy manipulation of the docker containers\n\n- `make stop`\nStops the running containers\n- `make start` \nStarts the stopped containers\n- `make connect`\nOpens an interactive shell session within the php container\n- `make rebuild`\nDestroys and rebuilds the containers\n- `make destroy`\nDestroys the containers\n\n## License\nMIT\n\n[travis-badge]: https://travis-ci.com/jasonheecs/laravel-docker-compose.svg?branch=master\n[travis-link]: https://travis-ci.com/jasonheecs/laravel-docker-compose\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonheecs%2Flaravel-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonheecs%2Flaravel-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonheecs%2Flaravel-docker-compose/lists"}