Skip to content

Instantly share code, notes, and snippets.

@briward
Created January 14, 2016 16:03
Show Gist options
  • Save briward/658ef48f316a5dcf47aa to your computer and use it in GitHub Desktop.
Save briward/658ef48f316a5dcf47aa to your computer and use it in GitHub Desktop.
<?php
require __DIR__ . '/vendor/autoload.php';
$app = new Slim\App();
$app->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment