Skip to content

Instantly share code, notes, and snippets.

@gayanhewa
Created December 8, 2016 12:26
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 gayanhewa/5d1353980dcac167f2c00cf929319715 to your computer and use it in GitHub Desktop.
Save gayanhewa/5d1353980dcac167f2c00cf929319715 to your computer and use it in GitHub Desktop.
Project Structure
app/ - App Diretory
config/
routes/ - All route files go in here.
routes.php - Default route file. All route files added will be loaded when the app is bootstrapped.
services/ - Service bindings
services.php
bootstrap/
bootstrap.php - Bootstrapping code for the app
public/
index.php - Entry point to the web app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment