Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 333 Bytes

Usage

1-- Make config/configdata.php file with content:

<?php

return [
    'database_type' => 'mysql',
    'database_name' => 'dbnamehere',
    'server' => 'localhost',
    'username' => 'usernamehere',
    'password' => 'passwordhere'
];

2-- $ composer require catfan/medoo

3-- $ composer require nikic/fast-route