Installation


Requirements


  • PHP 5.3.1 or higher
  • mbstring
  • PDO

Setup


Installing the Mako Framework is easy and can be done three simple steps:


  1. Download and unzip the latest stable version.

  2. Upload the files to your webserver and make the app/storage/* directories writable.

  3. Open the app/config/mako.php file and set your base_url.


Configuration


To learn more about further configuring the framework click here.


All examples in the documentation assume that you have configured the framework to hide index.php from your URLs.