Releases: savannabits/dockavel
Releases · savannabits/dockavel
v1.1.0
What's Changed
- Update Laravel Supported versions by @coolsam726 in #4
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Added bcmath and exif extensions to php8.1 by @coolsam726 in #3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Change Php 8.1 Image to Use php8.1-fpm by @coolsam726 in #2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Support for PHP 8.1 by @coolsam726 in #1
New Contributors
- @coolsam726 made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What Has Changed
- Added Support for Laravel 9
- Added Support for php8.1
- Added a php8.1 docker image
Full Changelog: v0.2.0...v1.0.0
v1.0.0-beta.1
First beta release of v1.0
- Subsidiary containers such as queue and cron are now boot based on the app container
- App container no longer uses supervisor to manage its processes. Commands are passed from docker-compose
- Added configs for an optional websocket container in php7.4 and 8.x
v0.2.0
- Added Support for Laravel Octane + php8 Preset
- Changed UID and USER variables to ARGS to fix
v0.1.1
- Fixed typo in the cleanup command.
v0.1.0
- First Release