This version is outdated. You should upgrade your project to Mako 12.1!
Getting started
Routing and controllers
Command line
Databases (SQL)
Databases (NoSQL)
Security
Packages
Learn more
Upgrading
This guide takes you through the steps needed to migrate from Mako php4.4.x to php4.5.x.
Application
Configuration
The phpapp/config/gatekeeper.php configuration file has been updated with a set of new brute force throttling options.
Structure
There has been made some minor changes to the application structure:
- The
phpapp/commandsdirectory has been moved tophpapp\console\commands. - The
phpapp/viewsdirectory has been moved tophpapp\resources\views. - The
phpapp/i18ndirectory has been moved tophpapp\resources\i18n.
Packages
Structure
There has been made some minor changes to the default package structure.
- The
phpviewsdirectory has been moved tophpresources\views. - The
phpi18ndirectory has been moved tophpresources\i18n.
Database
Three new fields have been added to the gatekeeper users table (phpusers.failed_attempts, phpusers.last_fail_at and phpusers.locked_until).