Skip to content

Instantly share code, notes, and snippets.

@spinegar
Last active December 28, 2015 09:28
Show Gist options
  • Save spinegar/7478767 to your computer and use it in GitHub Desktop.
Save spinegar/7478767 to your computer and use it in GitHub Desktop.
Piwik Hello World Tutorial - Structure
├── Piwik/
| |
| ├── plugins/
| │ │
| │ ├── HelloWorld/
| │ │ │
| │ │ ├── API.php
| │ │ ├── Controller.php
| │ │ │
| │ │ ├── lang/
| │ │ │ │
| │ │ │ └── en.json
| │ │ │
| │ │ ├── HelloWorld.php
| │ │ │
| │ │ ├── templates/
| │ │ │ │
| │ │ │ └── index.twig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment