Releases: getkirby/composerkit
Releases · getkirby/composerkit
Release list
3.1.0
3.0.0
✨ Enhancement
- Upgraded to Kirby 5.0.0
🚨 Breaking change
- Minimum requirement is now PHP 8.2
2.0.0
🚨 Breaking change
This kit is still young but already has its first breaking change. It's a simple one though. The languages root should also be inside data/storage as @jensscherbl correctly pointed out in #6
To upgrade existing installations, please move /site/languages to /data/storage/languages
1.0.0
This is the first version of our brand new composerkit 🎉
We believe it's a great way to start your project if you're already using Composer.
Features
- As minimal as the plainkit, but with a few nice improvements for more advanced setups
- Public folder setup by default
- Data folder setup for
content,accounts,licenseand runtime data (cache,sessions,logs, etc.) This is heavily inspired by @tobimori's fantastic https://github.com/tobimori/kirby-baukasten
Installation
Start your new project with …
composer create-project getkirby/composerkit my-kirby-site