{"id":21149945,"url":"https://github.com/nicklaswallgren/lumen-docker-starter","last_synced_at":"2025-03-14T14:22:32.078Z","repository":{"id":85422348,"uuid":"88488986","full_name":"NicklasWallgren/lumen-docker-starter","owner":"NicklasWallgren","description":"Lumen framework starter","archived":false,"fork":false,"pushed_at":"2017-04-17T09:53:46.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T08:08:41.759Z","etag":null,"topics":["docker","docker-compose","laravel","lumen","lumen-php-framework","php"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/NicklasWallgren.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}},"created_at":"2017-04-17T08:40:22.000Z","updated_at":"2017-04-17T08:54:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f7e0db6-aaf5-47e5-83f9-7a246c07a66b","html_url":"https://github.com/NicklasWallgren/lumen-docker-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Flumen-docker-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Flumen-docker-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Flumen-docker-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicklasWallgren%2Flumen-docker-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicklasWallgren","download_url":"https://codeload.github.com/NicklasWallgren/lumen-docker-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589583,"owners_count":20315532,"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":["docker","docker-compose","laravel","lumen","lumen-php-framework","php"],"created_at":"2024-11-20T09:48:13.248Z","updated_at":"2025-03-14T14:22:32.054Z","avatar_url":"https://github.com/NicklasWallgren.png","language":"Makefile","readme":"# Lumen Docker Starter\n\n\u003e An Lumen framework starter kit featuring \n[Lumen](https://lumen.laravel.com/) and \n[Docker](https://www.docker.com/) \n([PHP], \n[MySQL], \n[Memcached],\nand [Nginx])\n\nThis seed repo serves as an Lumen framework starter for anyone looking to get up and running with Lumen and PHP fast. Using Docker for building our environment.\n\n* Ready to go development environment using Docker for working with Lumen.\n* A great Lumen seed repo for anyone who wants to start their project.\n\n### Quick start\n**Make sure you have Docker version \u003e= 17.04.0**\n\n```bash\n# clone our repo\n# --depth 1 removes all but one .git commit history\ngit clone --depth 1 --recursive https://github.com/NicklasWallgren/lumen-docker-starter.git lumen-docker-starter\n\n# change directory to our repo\ncd lumen-docker-starter\n\n# start the docker containers. The first boot will take some time\nmake\n```\ngo to [http://localhost](http://localhost) or [http://\u003cdocker-machine\u003e](http://\u003cdocker-machine\u003e)\n\n# Getting Started\n\n## Commands\n\n### Start containers\n```bash\nmake\n\n```\n### Stop containers\n```bash\nmake halt\n\n```\n### Start individual container\n```bash\nmake start [php-fpm|php-cli|nginx|mysql|memcached]\n\n```\n### Stop individual container\n```bash\nmake stop [php-fpm|php-cli|nginx|mysql|memcached]\n\n```\n### Update composer dependencies\n```bash\nmake update-project\n\n```\n### Access artisan cli\n```bash\n# Access the php container\nmake bash-cli\n    \n# Launch the artisan cli\ncd lumen \u0026\u0026 php artisan\n```\n### Access MySQL cli\n```bash\nmake mysql-cli\n\n```\n### Access PHP container bash\n```bash\nmake bash-php\n\n```\n### Access Nginx container bash\n```bash\nmake bash-nginx\n\n```\n### Access PHP-FPM container bash\n```bash\nmake bash-fpm\n\n```\n### Access Memcached container bash\n```bash\nmake bash-memcached\n\n```\n### Access MySQL container bash\n```bash\nmake bash-mysql\n\n```\n### Check container status\n```bash\nmake status\n\n```\n# Contributing\nI'll accept pretty much everything so feel free to open a Pull-Request\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklaswallgren%2Flumen-docker-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicklaswallgren%2Flumen-docker-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklaswallgren%2Flumen-docker-starter/lists"}