{"id":16602253,"url":"https://github.com/ucan-lab/docker-laravel-apache","last_synced_at":"2025-10-29T13:32:07.019Z","repository":{"id":40360920,"uuid":"310566744","full_name":"ucan-lab/docker-laravel-apache","owner":"ucan-lab","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T20:18:03.000Z","size":9,"stargazers_count":16,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-02T01:51:14.100Z","etag":null,"topics":["apache","composer","docker","laravel","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/ucan-lab.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}},"created_at":"2020-11-06T10:37:35.000Z","updated_at":"2024-04-17T12:46:27.000Z","dependencies_parsed_at":"2022-09-23T19:31:06.382Z","dependency_job_id":null,"html_url":"https://github.com/ucan-lab/docker-laravel-apache","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"ucan-lab/docker-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucan-lab%2Fdocker-laravel-apache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucan-lab%2Fdocker-laravel-apache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucan-lab%2Fdocker-laravel-apache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucan-lab%2Fdocker-laravel-apache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ucan-lab","download_url":"https://codeload.github.com/ucan-lab/docker-laravel-apache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238832349,"owners_count":19538272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["apache","composer","docker","laravel","mysql","php"],"created_at":"2024-10-12T00:21:17.282Z","updated_at":"2025-10-29T13:32:01.751Z","avatar_url":"https://github.com/ucan-lab.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-laravel-apache 🐳\n\n![License](https://img.shields.io/github/license/ucan-lab/docker-laravel-apache?color=f05340)\n![Stars](https://img.shields.io/github/stars/ucan-lab/docker-laravel-apache?color=f05340)\n![Issues](https://img.shields.io/github/issues/ucan-lab/docker-laravel-apache?color=f05340)\n![Forks](https://img.shields.io/github/forks/ucan-lab/docker-laravel-apache?color=f05340)\n\n## Introduction\n\nBuild a simple laravel development environment with docker-compose.\nApache version of [docker-laravel](https://github.com/ucan-lab/docker-laravel).\n\n## Usage\n\n```bash\n$ git clone git@github.com:ucan-lab/docker-laravel-apache.git\n$ cd docker-laravel-apache\n$ make create-project # Install the latest Laravel project\n$ make install-recommend-packages # Not required\n```\n\nhttp://localhost\n\nRead this [Makefile](https://github.com/ucan-lab/docker-laravel-apache/blob/master/Makefile).\n\n## Container structure\n\n```bash\n├── web\n└── db\n```\n\n### web container\n\n- Base image\n  - [php](https://hub.docker.com/_/php):7.4-apache-buster\n  - [composer](https://hub.docker.com/_/composer):2.0\n  - [node](https://hub.docker.com/_/node):node:14-buster\n\n### db container\n\n- Base image\n  - [mysql](https://hub.docker.com/_/mysql):8.0\n\n#### Persistent MySQL Storage\n\nBy default, the [named volume](https://docs.docker.com/compose/compose-file/#volumes) is mounted, so MySQL data remains even if the container is destroyed.\nIf you want to delete MySQL data intentionally, execute the following command.\n\n```bash\n$ docker-compose down -v \u0026\u0026 docker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucan-lab%2Fdocker-laravel-apache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucan-lab%2Fdocker-laravel-apache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucan-lab%2Fdocker-laravel-apache/lists"}