-
- Downloads
Remove the starter bundle
While the starter bundle gives a nice example for how to integrate an API it makes setting up a new server harder because the user usually already has a bundle in mind that he/she wants to add. So remove it and instead make it easier to add bundles by improving the docs
Showing
- .env 0 additions, 5 deletions.env
- README.md 0 additions, 2 deletionsREADME.md
- composer.json 0 additions, 5 deletionscomposer.json
- composer.lock 1 addition, 68 deletionscomposer.lock
- config/bundles.php 0 additions, 1 deletionconfig/bundles.php
- config/packages/dbp_starter.yaml 0 additions, 2 deletionsconfig/packages/dbp_starter.yaml
- symfony.lock 0 additions, 3 deletionssymfony.lock
... | @@ -5,7 +5,6 @@ | ... | @@ -5,7 +5,6 @@ |
"require": { | "require": { | ||
"php": "^7.3", | "php": "^7.3", | ||
"dbp/api-core-bundle": "^0.1.5", | "dbp/api-core-bundle": "^0.1.5", | ||
"dbp/api-starter-bundle": "^0.1.0", | |||
"symfony/apache-pack": "^1.0", | "symfony/apache-pack": "^1.0", | ||
"symfony/console": "^5.2", | "symfony/console": "^5.2", | ||
"symfony/dotenv": "^5.2", | "symfony/dotenv": "^5.2", | ||
... | @@ -18,10 +17,6 @@ | ... | @@ -18,10 +17,6 @@ |
{ | { | ||
"type": "vcs", | "type": "vcs", | ||
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git" | "url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git" | ||
}, | |||
{ | |||
"type": "vcs", | |||
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-starter-bundle.git" | |||
} | } | ||
], | ], | ||
"config": { | "config": { | ||
... | ... |
config/packages/dbp_starter.yaml
deleted
100644 → 0
Please register or sign in to comment