Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 21, 2022
0 parents commit fa00787
Show file tree
Hide file tree
Showing 9 changed files with 737 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
@@ -0,0 +1,17 @@
{
"name": "hyde/framework",
"description": "The HydePHP Framework",
"license": "MIT",
"autoload": {
"psr-4": {
"Hyde\\Framework\\": "src/"
}
},
"authors": [
{
"name": "Caen De Silva",
"email": "caen@desilva.se"
}
],
"require": {}
}
7 changes: 7 additions & 0 deletions vendor/autoload.php
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitfefba013dff19f8d70a8c96b2f9ac511::getLoader();

0 comments on commit fa00787

Please sign in to comment.