Skip to content

Instantly share code, notes, and snippets.

@djvov
djvov / index.php
Created April 16, 2014 11:16
cab test
<?php
// index.php
require_once __DIR__.'/silex/vendor/autoload.php';
require_once "conf.php";
$app = new Silex\Application();
use Silex\Provider;