Getting started
Routing and controllers
Command line
Databases (SQL)
Databases (NoSQL)
Security
Packages
Learn more
- Array helper
- Caching
- Collections
- Command bus
- Date and time
- Events
- 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 7.0.x
to 7.1.x
. The release does not contain any breaking changes but there are a couple of optioanl new features that you can start using.
Commands
Mako 7.1
has added support for automatic registration of reactor commands. All you have to do is to replace your commands
config key with the new commands_directory
key and to add the new $command
property to your commands as documented in the commands documentation.