Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 151 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 151 Bytes

Qin

$rootDir = dirname(__DIR__);
$qin = Qin::newApp($rootDir);
$qin = Qin::newServer($rootDir);
$qin->loadConfig();

$qin->run(":8090");