Skip to content

Instantly share code, notes, and snippets.

@Adroit11
Last active January 19, 2019 14:46
Show Gist options
  • Save Adroit11/f08d7055e1bb57a8fc4a26e704f55b92 to your computer and use it in GitHub Desktop.
Save Adroit11/f08d7055e1bb57a8fc4a26e704f55b92 to your computer and use it in GitHub Desktop.
Updated index.php
<?php
require '../vendor/autoload.php';
// Run app
$app = (new Library\App\LibraryRoute())->get();
$app->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment