This version is outdated. You should upgrade your project to Mako 9.1 or Mako 10.0!
Getting started

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 to app\console\commands.
  • The app/views directory has been moved to app\resources\views.
  • The app/i18n directory has been moved to app\resources\i18n.

Packages

Structure

There has been made some minor changes to the default package structure.

  • The views directory has been moved to resources\views.
  • The i18n directory has been moved to resources\i18n.

Database

Three new fields have been added to the gatekeeper users table (users.failed_attempts, users.last_fail_at and users.locked_until).