docker-dev-env-php

Use this skill only for this repository.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "docker-dev-env-php" with this command: npx skills add digitalspacestdio/homebrew-docker-compose-oroplatform/digitalspacestdio-homebrew-docker-compose-oroplatform-docker-dev-env-php

PHP Docker Dev Env

Use this skill only for this repository.

Entry Points

Use these entrypoints in this order:

  • orodc help : general documentation and command overview

  • orodc agents : agent-focused guidance, CMS-specific instructions, coding rules, and installation steps

If it is unclear where to start, run orodc help first, then orodc agents .

If orodc Is Missing

This tool may not be installed yet.

If orodc is unavailable, do not continue with orodc -based steps as if the command exists. Tell the user that orodc must be installed first and provide the install command:

brew install digitalspacestdio/docker-compose-oroplatform/docker-compose-oroplatform

After installation, the user can verify it with:

orodc help

orodc agents

Run orodc agents from the real application project root.

Expected project root markers:

  • composer.json

  • .env.orodc

Do not rely on orodc agents from the tap repository itself or from an arbitrary non-project directory.

Main commands:

orodc agents common orodc agents rules orodc agents installation orodc agents <cms-type>

How to use them:

  • orodc agents common : shared guidance for all projects

  • orodc agents rules : coding rules for the detected CMS

  • orodc agents installation : installation guide for the detected CMS

  • orodc agents <cms-type> : CMS-specific instructions such as oro , magento , symfony , laravel , wintercms , or php-generic

Agent rule:

  • Start with orodc agents when the task depends on project conventions or CMS-specific behavior.

  • If the user asks to install, set up, deploy, or create a CMS project, read orodc agents installation first and follow it step by step.

Usage Rules

  • Run orodc agents ... from the target project root when agent documentation is needed.

  • Run environment and PHP-related commands from the target project root.

  • Prefer orodc over raw php , docker compose , or ad-hoc container commands when the task is about the managed local environment.

  • Do not duplicate large parts of orodc help inside this skill; use the skill as a short guide to the right entrypoints and workflows.

Proxy And Domains

Access via https://<project>.docker.local requires reverse proxy and local DNS setup. Without proxy, project domains will not open in the browser.

For Docker-based proxy management use:

orodc proxy up -d orodc proxy install-certs orodc proxy down orodc proxy purge

Use this flow:

  • Start proxy: orodc proxy up -d

  • Install local certificates for HTTPS: orodc proxy install-certs

  • Stop proxy without removing volumes: orodc proxy down

  • Remove proxy completely: orodc proxy purge

Notes:

  • orodc proxy up -d is the key command when domains like *.docker.local do not resolve through the local proxy.

  • This is especially important on macOS and WSL2 with Docker Desktop.

  • If proxy is not running, access by custom project domains will fail even if app containers are healthy.

  • For full host infrastructure setup of Traefik, Dnsmasq, and local CA, see README.md .

Local Development Workflow

Run these commands from the application root:

orodc up -d orodc ps orodc config

Use orodc as the default entrypoint for local development:

  • Start services: orodc up -d

  • Stop services: orodc down

  • Check status: orodc ps

  • Inspect merged configuration: orodc config

  • Open shell in container: orodc ssh

  • Read logs: orodc logs [service]

  • Debug startup problems: DEBUG=1 orodc up -d

For Oro-based projects, the default local URLs are usually:

  • App: https://<project-folder-name>.docker.local

  • Admin: https://<project-folder-name>.docker.local/admin

  • Admin credentials: admin / 12345678 or $ecretPassw0rd

  • If Authelia appears: oro / oro

PHP And App Commands

Use orodc for PHP and application commands instead of calling php directly:

orodc --version orodc bin/console cache:clear orodc composer install orodc script.php

Important:

  • Do not use orodc cli php ... for normal PHP commands.

  • orodc auto-detects PHP flags, .php files, and common entrypoints like bin/console , bin/phpunit , and bin/magento .

Database And Environment Actions

Prefer orodc for environment actions:

orodc psql orodc mysql orodc importdb dump.sql.gz orodc databaseexport

Use the repository CLI before reaching for direct Docker commands.

Platform Defaults

  • Linux and WSL2: use DC_ORO_MODE=default

  • macOS: use DC_ORO_MODE=mutagen

  • CI: keep DC_ORO_CONFIG_DIR inside the workspace

Useful References

  • LOCAL-TESTING.md

  • AGENTS.md

  • README.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Skill Creator (Opencode)

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a...

Registry SourceRecently Updated
Coding

Funnel Builder

Builds complete multi-channel revenue funnels adapted to any business model. Combines proven frameworks from elite operators: Yomi Denzel's viral top-of-funn...

Registry SourceRecently Updated
Coding

macos-wechat-send

Automates sending messages on WeChat Mac by controlling the app via AppleScript and clipboard to reliably deliver text to specified contacts.

Registry SourceRecently Updated
Coding

Rednote CLI

Use when the user needs to publish, search, inspect, log into, or otherwise operate Xiaohongshu (RedNote) from the terminal with the `@skills-store/rednote`...

Registry SourceRecently Updated