Skip to content

v2.0.0

Compare
Choose a tag to compare
@Kasui92 Kasui92 released this 31 Dec 16:50
· 9 commits to master since this release
02f2b43

What's Changed

Added

  • Introduced a new structure for Docker services, consolidating php and nginx into a single webserver service.
  • Added the ability to generate SSL certificates and start memcached and nginx services via a new entrypoint script.
  • Created a new logging structure for nginx and PHP services.
  • Implemented multiple new commands for managing the development stack, including build, clean, start, stop, restart, logs, and service-specific commands.
  • Added support for optional services like phpmyadmin and mailhog.

Changed

  • Upgraded the MySQL version from 5.7 to 8.0.
  • Refactored the Dockerfile structure to support different PHP versions (php56, php74, php8).
  • Updated the .gitignore and README.md to reflect changes in the directory structure and usage instructions.
  • Modified the .env file to include PHP-related configurations and restructured service configurations.

Removed

  • Deprecated the separate nginx service in favor of the consolidated webserver service.
  • Removed xdebug and redis from the PHP Dockerfiles to streamline the build process.

These updates provide a more streamlined and flexible development environment, enhancing the overall workflow and maintainability of the project.

New Contributors

Full Changelog: v1.1.6...v2.0.0