Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 466 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 466 Bytes

required: php7.1.26

How install:

  • configure (apache2/nginx/docker): root path - public/index.php
  • specify the database access in the file config/db.php

for example:

return [
    'host' => 'localhost',
    'db'   => 'db_name',
    'user' => 'username',
    'pass' => 'password'
];

and execute commands:

#composer depends
$ composer install
#db migrations
$ php update 

micro framework kernel