{"id":49360585,"url":"https://github.com/shipwebdotjp/docker-laravel","last_synced_at":"2026-04-27T16:07:59.854Z","repository":{"id":43353887,"uuid":"363646017","full_name":"shipwebdotjp/docker-laravel","owner":"shipwebdotjp","description":"Template for laravel on docker","archived":false,"fork":false,"pushed_at":"2023-08-11T13:24:12.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-11T19:55:50.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/shipwebdotjp.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":"2021-05-02T12:29:36.000Z","updated_at":"2023-08-11T19:55:50.211Z","dependencies_parsed_at":"2022-09-23T10:40:56.575Z","dependency_job_id":null,"html_url":"https://github.com/shipwebdotjp/docker-laravel","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/shipwebdotjp/docker-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipwebdotjp%2Fdocker-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipwebdotjp%2Fdocker-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipwebdotjp%2Fdocker-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipwebdotjp%2Fdocker-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipwebdotjp","download_url":"https://codeload.github.com/shipwebdotjp/docker-laravel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipwebdotjp%2Fdocker-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32343723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":[],"created_at":"2026-04-27T16:07:58.940Z","updated_at":"2026-04-27T16:07:59.846Z","avatar_url":"https://github.com/shipwebdotjp.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-laravel 🐳\n\n![License](https://img.shields.io/github/license/shipwebdotjp/docker-laravel?color=f05340)\n![Stars](https://img.shields.io/github/stars/shipwebdotjp/docker-laravel?color=f05340)\n![Issues](https://img.shields.io/github/issues/shipwebdotjp/docker-laravel?color=f05340)\n![Forks](https://img.shields.io/github/forks/shipwebdotjp/docker-laravel?color=f05340)\n\n## Introduction\n\nBuild a simple laravel development environment with docker-compose.  \nSupported version: Laravel 10\n\n## Usage\n\n```bash\n$ git clone git@github.com:shipwebdotjp/docker-laravel.git\n$ cd docker-laravel\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/shipwebdotjp/docker-laravel/blob/master/Makefile).\n\n## Tips\n\nRead this [Wiki](https://github.com/shipwebdotjp/docker-laravel/wiki).\n\n## Container structure\n\n```bash\n├── app\n├── web\n└── db\n```\n\n### app container\n\n- Base image\n  - [php](https://hub.docker.com/_/php):8.1-fpm-buster\n  - [composer](https://hub.docker.com/_/composer):2.2\n\n### web container\n\n- Base image\n  - [nginx](https://hub.docker.com/_/nginx):1.24-alpine\n  - [node](https://hub.docker.com/_/node):20-alpine\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%2Fshipwebdotjp%2Fdocker-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipwebdotjp%2Fdocker-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipwebdotjp%2Fdocker-laravel/lists"}