-
- Downloads
commit pour le rendu
Showing
- README.md 42 additions, 2 deletionsREADME.md
- composer.json 17 additions, 17 deletionscomposer.json
- config/exemple.config.ini 7 additions, 0 deletionsconfig/exemple.config.ini
- config/exemple.mysql.ini 4 additions, 0 deletionsconfig/exemple.mysql.ini
- config/mysql.ini 4 additions, 0 deletionsconfig/mysql.ini
- docker-compose.yml 11 additions, 2 deletionsdocker-compose.yml
- notes.md 46 additions, 0 deletionsnotes.md
- sql/apikey.sql 0 additions, 0 deletionssql/apikey.sql
- sql/bdd.sql 113 additions, 0 deletionssql/bdd.sql
- sql/insert.sql 0 additions, 0 deletionssql/insert.sql
{ | ||
"require": { | ||
"slim/slim": "2.*", | ||
"twig/twig": "~1.0", | ||
"illuminate/database": "4.2.9" | ||
}, | ||
"autoload":{ | ||
"psr-0":{ | ||
"controller":"", | ||
"model":"", | ||
"db":"" | ||
} | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"kylekatarnls/update-helper": true | ||
} | ||
"require": { | ||
"slim/slim": "2.*", | ||
"twig/twig": "~1.0", | ||
"illuminate/database": "4.2.9" | ||
}, | ||
"autoload":{ | ||
"psr-0":{ | ||
"controller":"", | ||
"model":"", | ||
"db":"" | ||
} | ||
} | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"kylekatarnls/update-helper": true | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
config/exemple.config.ini
0 → 100644
config/exemple.mysql.ini
0 → 100644
config/mysql.ini
0 → 100644
notes.md
0 → 100644
File moved
File moved
Please register or sign in to comment