Skip to content

Twill 3.0.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@haringsrob haringsrob released this 14 Sep 09:58
· 214 commits to 2.x since this release

This is the second Alpha release for Twill 3.0.0!

New features since last alpha:

⭐️ New settings implementation


Twill 3 brings a lot of improvements in the backend focused on developer experience.

  • Minimum php version is now 8.0
  • Twill now comes with permissions management
  • Tables can now be customised more easily using the table builder
  • Forms can be defined from the controller classes or from the views, you choose!
  • Improved date handling (everything should be timezone aware)
  • Many improvements to the documentation
  • Blocks can be nested
  • Many other things, check the changelog for more.
  • As this is an alpha release, bugs are to be expected, please consult the changelog and upgrade guide.

If you encounter issues, please create an issue or contact us on discord.

CHANGELOG
UPGRADE GUIDE