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/commands
directory has been moved toapp\console\commands
. - The
app/views
directory has been moved toapp\resources\views
. - The
app/i18n
directory has been moved toapp\resources\i18n
.
Packages
Structure
There has been made some minor changes to the default package structure.
- The
views
directory has been moved toresources\views
. - The
i18n
directory 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
).