-
- Downloads
Dockerfile + Doctrine
Showing
- Dockerfile 6 additions, 3 deletionsDockerfile
- composer.json 4 additions, 2 deletionscomposer.json
- composer.lock 241 additions, 3 deletionscomposer.lock
- config/modules.config.php 1 addition, 1 deletionconfig/modules.config.php
- module/FirstRest/config/module.config.php 287 additions, 0 deletionsmodule/FirstRest/config/module.config.php
- module/FirstRest/src/V1/Entity/Db/Doctorant.php 400 additions, 0 deletionsmodule/FirstRest/src/V1/Entity/Db/Doctorant.php
- module/FirstRest/src/V1/Entity/Db/Mapping/FirstRest.V1.Entity.Db.Doctorant.dcm.xml 26 additions, 0 deletions...ntity/Db/Mapping/FirstRest.V1.Entity.Db.Doctorant.dcm.xml
- module/FirstRest/src/V1/Rest/Doctorant/DoctorantCollection.php 8 additions, 0 deletions...e/FirstRest/src/V1/Rest/Doctorant/DoctorantCollection.php
- module/FirstRest/src/V1/Rest/Doctorant/DoctorantResource.php 8 additions, 0 deletionsmodule/FirstRest/src/V1/Rest/Doctorant/DoctorantResource.php
... | ... | @@ -31,7 +31,8 @@ |
"zfcampus/zf-apigility": "^1.3", | ||
"zfcampus/zf-apigility-documentation": "^1.2.3", | ||
"zfcampus/zf-development-mode": "^3.0", | ||
"zfcampus/zf-apigility-doctrine": "^2.1" | ||
"zfcampus/zf-apigility-doctrine": "^2.1", | ||
"doctrine/doctrine-orm-module": "^1.1" | ||
}, | ||
"require-dev": { | ||
"zendframework/zend-developer-tools": "^1.1", | ||
... | ... | @@ -47,7 +48,8 @@ |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Application\\": "module/Application/src/" | ||
"Application\\": "module/Application/src/", | ||
"FirstRest\\": "module/FirstRest/src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
... | ... |
Please register or sign in to comment