Skip to content

Instantly share code, notes, and snippets.

@aasumitro
Created February 5, 2018 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aasumitro/3b4f5a9afc984dd0de0a8b8890d2168a to your computer and use it in GitHub Desktop.
Save aasumitro/3b4f5a9afc984dd0de0a8b8890d2168a to your computer and use it in GitHub Desktop.
new index.php slim 3
<?php
/*
|-----------------------------------------------------
| Register file app.php
|-----------------------------------------------------
*/
require_once __DIR__ . '/bootstrap/app.php';
/*
|-----------------------------------------------------
| Run The Application
|-----------------------------------------------------
*/
$app->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment