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

Volsund/Country-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published