Skeleton of daenerys console application.

This commit is contained in:
Austen McDonald
2016-05-25 23:00:38 -07:00
parent fec867d83f
commit 91ac1ffd60
6 changed files with 669 additions and 9 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env php
<?php
require __DIR__ . '/../vendor/autoload.php';
LotGD\Core\Console\Main::main();