{"id":14974627,"url":"https://github.com/otherguy/docker-laravel-dev","last_synced_at":"2026-01-19T12:01:45.535Z","repository":{"id":51293997,"uuid":"110970175","full_name":"otherguy/docker-laravel-dev","owner":"otherguy","description":"Docker image for local development with Laravel 5.5 projects, based on the official php7 image.","archived":false,"fork":false,"pushed_at":"2022-04-04T13:41:24.000Z","size":19,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T17:13:44.372Z","etag":null,"topics":["development","docker-image","laravel","laravel55","php7"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/otherguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-16T12:42:34.000Z","updated_at":"2021-05-17T10:32:40.000Z","dependencies_parsed_at":"2022-09-25T08:24:10.137Z","dependency_job_id":null,"html_url":"https://github.com/otherguy/docker-laravel-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/otherguy/docker-laravel-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2Fdocker-laravel-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2Fdocker-laravel-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2Fdocker-laravel-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2Fdocker-laravel-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otherguy","download_url":"https://codeload.github.com/otherguy/docker-laravel-dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2Fdocker-laravel-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28567861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["development","docker-image","laravel","laravel55","php7"],"created_at":"2024-09-24T13:50:49.935Z","updated_at":"2026-01-19T12:01:45.520Z","avatar_url":"https://github.com/otherguy.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel 5.5 Development Image\n\nDocker image for local development with [Laravel 5.5](http://laravel.com) projects, based on the official [PHP 7](http://hub.docker.com/_/php/) image. \n\nFind it on [Dockerhub](https://hub.docker.com/r/winternight/docker-laravel-dev/builds/).\n\n`$ docker pull winternight/docker-laravel-dev:latest`\n\n## Motivation\n\nI use [zeit.co](https://zeit.co) and [hyper.sh](https://hyper.sh) for dev deployments that need to be accessible to clients. For Laravel-based applications, a Docker image is necessary since [hyper.sh](https://hyper.sh) is made specifically for Docker and [zeit.co](https://zeit.co) only natively support NodeJS.\n\nI'm not a fan of huge containers that bundle Apache, PHP, MySQL and other applications into one but I also do not want a complicated multi-container setup for a development-stage deployment because of the associated cost.\n\nThis image can be used as a simple base for your own Laravel development deployments. Here is a simple example:\n\n```Dockerfile\nFROM winternight/docker-laravel-dev:latest\nCOPY . /srv\nRUN COMPOSER_ALLOW_SUPERUSER=1 composer install\nRUN php artisan migrate:fresh --seed\nRUN php artisan route:cache\n```\n\n## Description\n\nThis is a docker image for an all-purpose PHPFPM (PHP Version 7.2) container.  It is based on the `7.1-cli-alpine` tag of the [official PHP Docker image](https://hub.docker.com/_/php/). [Patch version](http://semver.org) upgrades are thus done automatically on build (e.g. `7.1.x` to `7.1.y`) but for minor version upgrades (e.g. `7.1.x` to `7.2.x`), a new Dockerfile should be created and tagged appropriately.\n\n## New and Removed Features\n\nThere are some new features and deprecated parts in PHP 7.2 that made changes to the Dockerfile necessary:\n\n* `mcrypt` has been [deprecated in 7.1 and removed in 7.2](http://php.net/manual/en/migration71.deprecated.php) in favor of OpenSSL\n* `xdebug` is not yet supported with PHP 7.2 -- I will move the image to PHP 7.2 as soon as the final version is released\n\n## Extensions\n\nThe installed extensions are enough for local development of [Laravel 5.5 projects](https://laravel.com).\n\n## Building\n\nIn order to build this image yourself, simply run the following command:\n\n`$ docker build -t winternight/docker-laravel-dev:latest .`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotherguy%2Fdocker-laravel-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotherguy%2Fdocker-laravel-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotherguy%2Fdocker-laravel-dev/lists"}