Paperyard
Variables
index.php File Reference

Go to the source code of this file.

Variables

 if (PHP_SAPI== 'cli-server')
 
 $settings = require __DIR__ . '/../src/settings.php'
 
 $app = new \Slim\App($settings)
 
 $container = $app->getContainer()
 
 $capsule = new \Illuminate\Database\Capsule\Manager
 

Variable Documentation

$app = new \Slim\App($settings)

Definition at line 18 of file index.php.

$capsule = new \Illuminate\Database\Capsule\Manager

Definition at line 22 of file index.php.

$container = $app->getContainer()

Definition at line 21 of file index.php.

$settings = require __DIR__ . '/../src/settings.php'

Definition at line 17 of file index.php.

if(PHP_SAPI== 'cli-server')

Definition at line 2 of file index.php.