galvani / docker-mautic-dev

Dev environment for Mautic 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-compose for Mautic development environment

Docker composer environment, all mautic files are located in mautic directory

How to install

Configure

Post-install actions (will be automated in the future)

  • install composer dependencies and generate assets with docker-compose exec php composer install

Troubleshooting

shell should not load xdebug XDEBUG_MODE=off composer -v require symfony/amqp-messenger xdebug not connecting - try: export PHP_IDE_CONFIG="serverName=localhost" && php -dxdebug.mode=debug -dxdebug.client_port=9003 -dxdebug.start_with_request=yes bin/console

About

Dev environment for Mautic 5


Languages

Language:PHP 74.0%Language:Dockerfile 25.7%Language:Shell 0.3%