Skip to content

Instantly share code, notes, and snippets.

@harryWonder
Created July 5, 2020 23:30
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 harryWonder/1ebb072660783cc853e7a2852588ad83 to your computer and use it in GitHub Desktop.
Save harryWonder/1ebb072660783cc853e7a2852588ad83 to your computer and use it in GitHub Desktop.
The Entry point into the php-rest-api application
<?php
/**
* @author Ilori Stephen A
**/
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/App/routes/api.php';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment