- Add PHP 8.1 as the default image
- Use
#!/bin/sh
for the scripts shebang - Updated to
"craftcms/cms": "^4.3.8"
- Added
nystudio107/craft-autocomplete
to allow for Craft API autocomplete in PhpStorm
- Updated to
"craftcms/cms": "^4.3.7.1"
- Removed
craftcms/generator
to lighten the dependency graph - Removed
yiisoft/yii2-shell
to lighten the dependency graph - Use
PHPIZE_DEPS
inspin-up-craft-base
Docker image
- Build docker images via Github Actions CI
- Use a pre-built
spin-up-craft-base
for faster cold starts - Removed vestigial
redis
container for faster cold starts
- Fixed an issue with the default database seed and the
make db-admin-reset
had the wrong password
- Initial release
Brought to you by nystudio107