{"id":21262988,"url":"https://github.com/michaelbunch/docker-laravel","last_synced_at":"2026-02-26T19:42:22.046Z","repository":{"id":210312667,"uuid":"51393821","full_name":"michaelbunch/docker-laravel","owner":"michaelbunch","description":null,"archived":false,"fork":false,"pushed_at":"2016-12-07T14:55:53.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T07:46:09.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nginx","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/michaelbunch.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}},"created_at":"2016-02-09T19:38:01.000Z","updated_at":"2016-12-07T14:54:29.000Z","dependencies_parsed_at":"2023-12-01T23:44:00.318Z","dependency_job_id":null,"html_url":"https://github.com/michaelbunch/docker-laravel","commit_stats":null,"previous_names":["michaelbunch/docker-laravel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelbunch/docker-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fdocker-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fdocker-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fdocker-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fdocker-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelbunch","download_url":"https://codeload.github.com/michaelbunch/docker-laravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbunch%2Fdocker-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29868979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-21T04:59:54.589Z","updated_at":"2026-02-26T19:42:22.013Z","avatar_url":"https://github.com/michaelbunch.png","language":"Nginx","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Laravel\n\nDocker containers for starting a Laravel project.\n\n## Requirements\n\nYou will need to have Docker running in some capacity.\n\n* Locally: Docker for Mac, Linux, or Windows\n* VM: Vagrant, VirtualBox, or another virtual machine\n\n## How To Use\n\nNOTE: These instructions assume you familiar with Docker.\n\nCopy and past the `containers` folder and `docker-compose.yml` file to the root of you Laravel (or PHP) project.\n\nFrom the environment that has Docker installed and running, issue the following command from your project root.\n\n```\ndocker-compose up -d\n```\n\nOnce the startup process is complete, go to `http://localhost:8080`. If you are running Docker in a VM, you may\nneed to use the IP address of the VM instead of `localhost`.\n\nThere are is also an example `.env` file to show how PHP can access the containers for database, queues, and sessions.\n\n## Containers\n\nMost container names are generic to allow their images to be swapped for similar technologies easier. For example, the\nweb container currently uses Nginx but this could be swapped with Apache or Caddy without needing to change other settings.\n\n### Web\n\nNginx container that runs handles web requests. It routes requests that require PHP to the app container for processing.\n\n### App\n\nPHP-FPM container for processing PHP files.\n\n### DB\n\nDatabase container that uses MariaDB. This can be switched to other database containers like MySQL, Postgres, etc.\n\n### Redis\n\nRedis container for queues, sessions, and other key/value storage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbunch%2Fdocker-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelbunch%2Fdocker-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbunch%2Fdocker-laravel/lists"}