Initial commit.

This is to be the new HashRU website based on the Aaronweb.net/Kabuki CMS.
This commit is contained in:
2016-09-01 23:13:23 +02:00
commit ab0e4efbcb
68 changed files with 8054 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "aaron/hashru",
"description": "HashRU",
"license": "Proprietary",
"authors": [
{
"name": "Aaron van Geffen",
"email": "aaron@aaronweb.net"
}
],
"autoload": {
"classmap": [
"controllers/",
"models/",
"templates/"
]
}
}