{"id":18310996,"url":"https://github.com/cploutarchou/laravel-dev-infrastructure","last_synced_at":"2026-04-04T21:32:43.051Z","repository":{"id":102205950,"uuid":"333504659","full_name":"cploutarchou/laravel-dev-infrastructure","owner":"cploutarchou","description":"A Skeleton instance for laravel dockerized application.","archived":false,"fork":false,"pushed_at":"2021-05-19T09:32:23.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T12:11:15.582Z","etag":null,"topics":["docker","docker-compose","dockerfile","laravel","laravel-framework","laravel-package","nginx","php7","redis","skeleton-application"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cploutarchou.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":"2021-01-27T17:20:58.000Z","updated_at":"2021-05-19T09:32:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"205f3e6b-42c2-4e66-a0d2-4604cc76601a","html_url":"https://github.com/cploutarchou/laravel-dev-infrastructure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cploutarchou/laravel-dev-infrastructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Flaravel-dev-infrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Flaravel-dev-infrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Flaravel-dev-infrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Flaravel-dev-infrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cploutarchou","download_url":"https://codeload.github.com/cploutarchou/laravel-dev-infrastructure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cploutarchou%2Flaravel-dev-infrastructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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","dockerfile","laravel","laravel-framework","laravel-package","nginx","php7","redis","skeleton-application"],"created_at":"2024-11-05T16:16:06.867Z","updated_at":"2026-04-04T21:32:43.024Z","avatar_url":"https://github.com/cploutarchou.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Containerize a Laravel Application\n\n# HOW TO:\n\n## Requirements :\n\n* Docker install instructions [link](https://docs.docker.com/engine/install/)\n* docker-compose install instructions [link](https://docs.docker.com/compose/install/)\n* php composer install instructions [link](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)\n* nodejs install instructions [link](https://nodejs.org/en/download/)\n\n## What you  get :\n\n1. nginx v1.19.6\n1. mysql v8.0\n1. php 7.4-fpm\n1. redis server v6.0.10\n_______________\n## Steps :\n\n1. Run --\u003e `composer create-project laravel/laravel example-app`\n1. Wait until the composer create the project.\n1. Copy the contents of .env.sample content to .env file.\n1. Run --\u003e `composer update`\n1. Copy the contents of example-app to root directory\n1. Run php artisan key:generate to generate new app key\n1. Build docker-compose run --\u003e `docker-compose up -d`\n1. You can access laravel application at http://172.22.1.22\n1. If you get ERROR 500 Check for .env file if file not exists rename .env.sample to .env\n1. And run php artisan key:generate to generate new app key\n\n**Mysql Settings:**\n\n* DB_HOST=172.22.1.25\n* DB_PORT=3306\n* DB_DATABASE=laravel\n* DB_USERNAME=laravel\n* DB_PASSWORD=laravel\n\n**Redis Settings:**\n\n* REDIS_HOST=172.22.1.23\n* REDIS_PASSWORD=\n* REDIS_PORT=6379\n\n## Tips:\n\n\u003e If you want to pause your Docker Compose environment while keeping the state of all its services, run:\n`docker-compose pause\n`\n\n\u003e You can then resume your services with:\n\u003e `docker-compose unpause`\n\n\u003e To shut down your Docker Compose environment and remove all of its containers, networks, and volumes, run: `docker-compose down`\n\n\u003e If you want to recreate your Docker Compose environment , run: `docker-compose up --force-recreate`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcploutarchou%2Flaravel-dev-infrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcploutarchou%2Flaravel-dev-infrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcploutarchou%2Flaravel-dev-infrastructure/lists"}