{"id":22211214,"url":"https://github.com/railton98/docker-dev-environment","last_synced_at":"2025-03-25T05:41:41.007Z","repository":{"id":117134447,"uuid":"202268824","full_name":"Railton98/docker-dev-environment","owner":"Railton98","description":"PHP development environment only using docker","archived":false,"fork":false,"pushed_at":"2019-08-14T03:38:33.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T05:25:04.487Z","etag":null,"topics":["dev-environment","development-environment","docker","php","php-environment"],"latest_commit_sha":null,"homepage":null,"language":null,"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/Railton98.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":"2019-08-14T03:37:54.000Z","updated_at":"2019-08-14T03:40:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"84701619-6c8d-41ff-9ecc-656e54f36f75","html_url":"https://github.com/Railton98/docker-dev-environment","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/Railton98%2Fdocker-dev-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railton98%2Fdocker-dev-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railton98%2Fdocker-dev-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railton98%2Fdocker-dev-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Railton98","download_url":"https://codeload.github.com/Railton98/docker-dev-environment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245407757,"owners_count":20610232,"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":["dev-environment","development-environment","docker","php","php-environment"],"created_at":"2024-12-02T20:21:07.202Z","updated_at":"2025-03-25T05:41:40.990Z","avatar_url":"https://github.com/Railton98.png","language":null,"readme":"## Generate a new Laravel project\n\n```bash\ndocker run --rm --interactive --tty \\\n    --volume $PWD:/app \\\n    --user $(id -u):$(id -g) \\\n    composer \\\n    create-project laravel/laravel --prefer-dist \\\n    [project_name] [\"version\"]\n```\n\n- Example: \n```bash\n$ docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer create-project laravel/laravel --prefer-dist my_project \"5.8.*\"\n```\n___\n## Generate a new Lumen project\n\n```bash\ndocker run --rm --interactive --tty \\\n    --volume $PWD:/app \\\n    --user $(id -u):$(id -g) \\\n    composer \\\n    create-project laravel/lumen --prefer-dist \\\n    [project_name] [\"version\"]\n```\n\n- Example: \n```bash\n$ docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer create-project laravel/lumen --prefer-dist my_project \"5.8.*\"\n```\n___\n## Generate a new PHP (without framework) project\n\n```bash\ndocker run --rm --interactive --tty \\\n    --volume $PWD:/app \\\n    --user $(id -u):$(id -g) \\\n    composer \\\n    init\n```\n\n- Example: \n```bash\n$ docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer init\n```\n___","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailton98%2Fdocker-dev-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailton98%2Fdocker-dev-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailton98%2Fdocker-dev-environment/lists"}