wexample-wex-addon-dev-php 8.11.0__tar.gz → 8.12.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/PKG-INFO +8 -8
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/README.md +4 -4
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/pyproject.toml +4 -4
- wexample_wex_addon_dev_php-8.12.0/src/wexample_wex_addon_dev_php/services/laravel/app_service.py +49 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/__pycache__/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/config_value/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/config_value/php_package_readme_config_value.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/const/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/const/tags.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/file/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/file/php_composer_json_file.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/php_addon_manager.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/py.typed +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/resources/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/resources/docker/Dockerfile.roave +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/composer/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/composer/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/composer/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/composer/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/Caddyfile +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/frankenphp/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/db/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/db/migrate.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/disable.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/enable.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/laravel/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy/Caddyfile +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/php/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_php/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_symfony/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_symfony/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_symfony/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/new_symfony/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/default.cron +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/default.cron +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/default.cron +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/index.php +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/samples/php/web.ini +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/php/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/web.conf +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/symfony/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/service/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/replace.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/docker/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/.wex.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose-cli.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/dev/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/local/wp-cli/.gitkeep +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/prod/docker/docker-compose.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/services/wordpress/service.yml +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/workdir/__init__.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/workdir/php_package_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/workdir/php_packages_suite_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/workdir/php_symfony_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/workdir/php_workdir.py +0 -0
- {wexample_wex_addon_dev_php-8.11.0 → wexample_wex_addon_dev_php-8.12.0}/src/wexample_wex_addon_dev_php/workdir/symfony_workdir.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-php
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.12.0
|
|
4
4
|
Summary: Python dev addon for wex
|
|
5
5
|
Author-Email: weeger <contact@wexample.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,9 +12,9 @@ Requires-Python: >=3.10
|
|
|
12
12
|
Requires-Dist: attrs>=23.1.0
|
|
13
13
|
Requires-Dist: cattrs>=23.1.0
|
|
14
14
|
Requires-Dist: wexample-filestate-php>=6.4.0
|
|
15
|
-
Requires-Dist: wexample-wex-addon-ai>=11.
|
|
16
|
-
Requires-Dist: wexample-wex-addon-app>=26.
|
|
17
|
-
Requires-Dist: wexample-wex-addon-dev-javascript>=7.
|
|
15
|
+
Requires-Dist: wexample-wex-addon-ai>=11.3.0
|
|
16
|
+
Requires-Dist: wexample-wex-addon-app>=26.1.0
|
|
17
|
+
Requires-Dist: wexample-wex-addon-dev-javascript>=7.15.0
|
|
18
18
|
Provides-Extra: dev
|
|
19
19
|
Requires-Dist: pytest; extra == "dev"
|
|
20
20
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
|
|
23
23
|
# wex_addon_dev_php
|
|
24
24
|
|
|
25
|
-
Version: 8.
|
|
25
|
+
Version: 8.12.0
|
|
26
26
|
|
|
27
27
|
Python dev addon for wex
|
|
28
28
|
|
|
@@ -105,9 +105,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
105
105
|
- attrs: >=23.1.0
|
|
106
106
|
- cattrs: >=23.1.0
|
|
107
107
|
- wexample-filestate-php: >=6.4.0
|
|
108
|
-
- wexample-wex-addon-ai: >=11.
|
|
109
|
-
- wexample-wex-addon-app: >=26.
|
|
110
|
-
- wexample-wex-addon-dev-javascript: >=7.
|
|
108
|
+
- wexample-wex-addon-ai: >=11.3.0
|
|
109
|
+
- wexample-wex-addon-app: >=26.1.0
|
|
110
|
+
- wexample-wex-addon-dev-javascript: >=7.15.0
|
|
111
111
|
|
|
112
112
|
## Versioning & Compatibility Policy
|
|
113
113
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wex_addon_dev_php
|
|
2
2
|
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.12.0
|
|
4
4
|
|
|
5
5
|
Python dev addon for wex
|
|
6
6
|
|
|
@@ -83,9 +83,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
|
|
|
83
83
|
- attrs: >=23.1.0
|
|
84
84
|
- cattrs: >=23.1.0
|
|
85
85
|
- wexample-filestate-php: >=6.4.0
|
|
86
|
-
- wexample-wex-addon-ai: >=11.
|
|
87
|
-
- wexample-wex-addon-app: >=26.
|
|
88
|
-
- wexample-wex-addon-dev-javascript: >=7.
|
|
86
|
+
- wexample-wex-addon-ai: >=11.3.0
|
|
87
|
+
- wexample-wex-addon-app: >=26.1.0
|
|
88
|
+
- wexample-wex-addon-dev-javascript: >=7.15.0
|
|
89
89
|
|
|
90
90
|
## Versioning & Compatibility Policy
|
|
91
91
|
|
|
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "wexample-wex-addon-dev-php"
|
|
9
|
-
version = "8.
|
|
9
|
+
version = "8.12.0"
|
|
10
10
|
description = "Python dev addon for wex"
|
|
11
11
|
authors = [
|
|
12
12
|
{ name = "weeger", email = "contact@wexample.com" },
|
|
@@ -21,9 +21,9 @@ dependencies = [
|
|
|
21
21
|
"attrs>=23.1.0",
|
|
22
22
|
"cattrs>=23.1.0",
|
|
23
23
|
"wexample-filestate-php>=6.4.0",
|
|
24
|
-
"wexample-wex-addon-ai>=11.
|
|
25
|
-
"wexample-wex-addon-app>=26.
|
|
26
|
-
"wexample-wex-addon-dev-javascript>=7.
|
|
24
|
+
"wexample-wex-addon-ai>=11.3.0",
|
|
25
|
+
"wexample-wex-addon-app>=26.1.0",
|
|
26
|
+
"wexample-wex-addon-dev-javascript>=7.15.0",
|
|
27
27
|
]
|
|
28
28
|
|
|
29
29
|
[project.readme]
|
wexample_wex_addon_dev_php-8.12.0/src/wexample_wex_addon_dev_php/services/laravel/app_service.py
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from wexample_filestate.const.disk import DiskItemType
|
|
4
|
+
from wexample_wex_addon_app.service.app_service import AppService as BaseAppService
|
|
5
|
+
|
|
6
|
+
_D = DiskItemType.DIRECTORY
|
|
7
|
+
|
|
8
|
+
# Apache in the wexample/php-8.2 image (Alpine-based) runs as www-data uid 82,
|
|
9
|
+
# NOT the Debian 33. Laravel must be able to write its runtime dirs as that
|
|
10
|
+
# user. Declared here so app/start's rectify keeps them owned by 82 and stops
|
|
11
|
+
# them from flipping back to the host uid (e.g. after own/this or a git
|
|
12
|
+
# checkout), which is what caused the recurring "could not be opened in append
|
|
13
|
+
# mode: Permission denied" on storage/logs.
|
|
14
|
+
_LARAVEL_WEB_OWNER = "82:82"
|
|
15
|
+
|
|
16
|
+
_WORKDIR_CONTRIBUTION: dict = {
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"name": "storage",
|
|
20
|
+
"type": _D,
|
|
21
|
+
"should_exist": True,
|
|
22
|
+
"mode": {
|
|
23
|
+
"owner": _LARAVEL_WEB_OWNER,
|
|
24
|
+
"recursive": True,
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "bootstrap",
|
|
29
|
+
"type": _D,
|
|
30
|
+
"should_exist": True,
|
|
31
|
+
"children": [
|
|
32
|
+
{
|
|
33
|
+
"name": "cache",
|
|
34
|
+
"type": _D,
|
|
35
|
+
"should_exist": True,
|
|
36
|
+
"mode": {
|
|
37
|
+
"owner": _LARAVEL_WEB_OWNER,
|
|
38
|
+
"recursive": True,
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
},
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
class AppService(BaseAppService):
|
|
48
|
+
def get_workdir_contribution(self, workdir) -> dict:
|
|
49
|
+
return _WORKDIR_CONTRIBUTION
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|