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