{"id":19164396,"url":"https://github.com/ericdowell/laravel-circleci","last_synced_at":"2026-04-10T23:01:20.879Z","repository":{"id":72753105,"uuid":"129657514","full_name":"ericdowell/laravel-circleci","owner":"ericdowell","description":" Docker container for running tests/builds in CircleCI 2.0, meant for the PHP Framework Laravel.","archived":false,"fork":false,"pushed_at":"2022-06-26T05:53:08.000Z","size":18,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T14:50:22.004Z","etag":null,"topics":["circleci","docker","docker-container","docker-image","dockerfile","laravel","laravel-circleci","ngnix","php-fpm","php7"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/ericdowell.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":"2018-04-15T22:47:26.000Z","updated_at":"2023-11-07T12:48:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"023de608-9215-48ef-ac77-ecb3f3d9306b","html_url":"https://github.com/ericdowell/laravel-circleci","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/ericdowell%2Flaravel-circleci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdowell%2Flaravel-circleci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdowell%2Flaravel-circleci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdowell%2Flaravel-circleci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericdowell","download_url":"https://codeload.github.com/ericdowell/laravel-circleci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245902,"owners_count":19771028,"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":["circleci","docker","docker-container","docker-image","dockerfile","laravel","laravel-circleci","ngnix","php-fpm","php7"],"created_at":"2024-11-09T09:21:51.182Z","updated_at":"2026-04-10T23:01:15.832Z","avatar_url":"https://github.com/ericdowell.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel CircleCI 2.0 Docker Image\n[![CircleCI](https://circleci.com/gh/ericdowell/laravel-circleci.svg?style=svg)](https://circleci.com/gh/ericdowell/laravel-circleci)\n[![Docker Pulls](https://img.shields.io/docker/pulls/ericdowell/laravel-circleci.svg?style=flat-square)](https://hub.docker.com/r/ericdowell/laravel-circleci/)\n\n\nDocker container for running tests/build in CircleCI 2.0, \nmeant for the PHP Framework [Laravel](https://laravel.com/).\n\nThis repo builds off of the `circleci/php:7.4-fpm-buster-node-browsers-legacy` image.\n\nThis is built nightly and pushed to the `latest` tag.\n\n## Permissions Issue\nCurrently there's a permission issue that has to be resolved,\nto fix the issue in your laravel build add this step to your `.circleci/config.yml` file:\n\n```yml\nversion: 2\njobs:\n  build:\n    docker:\n      - image: ericdowell/laravel-circleci:latest\n    steps:\n\n      - run:\n          name: Fix app folder permissions\n          command: sudo chmod -R 0777 storage/ \u0026\u0026 sudo chmod -R 0775 bootstrap/cache/ \u0026\u0026 sudo chmod 0775 public/robots.txt\n```\n\n## Build Locally\nRun: `docker build -t ericdowell/laravel-circleci .`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericdowell%2Flaravel-circleci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericdowell%2Flaravel-circleci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericdowell%2Flaravel-circleci/lists"}