There's a newer version available. You should consider upgrading your project to Mako 10.0.
Getting started
Routing and controllers
Command line
Databases (SQL)
Databases (NoSQL)
Security
Packages
Learn more
- Array helper
- Caching
- Collections
- Command bus (deprecated)
- Command, event and query buses
- Date and time
- Events (deprecated)
- File system
- HTML helper
- Humanizer
- Image manipulation
- Internationalization
- Logging
- Number helper
- Pagination
- Retry helper
- Sessions
- String helper
- URL builder
- UUID helper
- Validation
- Views
Official packages
Upgrading
This guide takes you through the steps needed to migrate from Mako 9.0.x to 9.1.x.
There are no breaking changes in this release but there are some deprecations. Check out the changelog to check out the new features included in the release. Follow this upgrade guide to future-proof your application.
Command Bus
The command bus library has been deprecated and replaced by the new "bus" library that includes command, event and query bus implementations. You should consider upgrading now as the old library will be removed in Mako 10.
Events
The event class has been deprecated and replaced by the new "bus" library that includes command, event and query bus implementations. You should consider upgrading now as the old event class will be removed in Mako 10.