Skip to content

foxtech6/vc-mf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published