This version is outdated. You should upgrade your project to Mako 11.4!
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 4.4.x to 4.5.x.
Application
Configuration
The app/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
app/commandsdirectory has been moved toapp\console\commands. - The
app/viewsdirectory has been moved toapp\resources\views. - The
app/i18ndirectory has been moved toapp\resources\i18n.
Packages
Structure
There has been made some minor changes to the default package structure.
- The
viewsdirectory has been moved toresources\views. - The
i18ndirectory has been moved toresources\i18n.
Database
Three new fields have been added to the gatekeeper users table (users.failed_attempts, users.last_fail_at and users.locked_until).