intitial work on rest api

This commit is contained in:
Nabeel Shahzad
2017-08-14 18:26:20 -05:00
parent e19b84a078
commit bc94772ce2
10 changed files with 179 additions and 11 deletions

View File

@@ -11,6 +11,8 @@
|
*/
define('LUMEN_START', microtime(true));
$app = new Illuminate\Foundation\Application(
realpath(__DIR__.'/../')
);