Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d9852e0

Browse files
Refactor
1 parent eae5927 commit d9852e0

35 files changed

+16
-1102
lines changed

‎README.md‎

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,18 @@ The following list explains the directory structure in more detail:
196196
- `logs/` - log files
197197
- `runtime/` - temporary runtime files
198198

199+
200+
# Development
201+
202+
Below commands are helpful while developing this project:
203+
204+
```bash
205+
./yii gii/api --openApiPath=/app/openapi/schema.yaml --generateMigrations=0 --generateControllers=0 --generateUrls=0
206+
207+
./yii gii/api --openApiPath=/app/openapi/schema.yaml --generateMigrations=1 --generateControllers=0 --generateUrls=0 --generateModels=0 --generateModelFaker=0
208+
```
209+
210+
199211
# Support
200212

201213
**Need help with your API project?**
@@ -205,12 +217,3 @@ Professional support, consulting as well as software development services are av
205217
https://www.cebe.cc/en/contact
206218

207219
Development of this library is sponsored by [cebe.:cloud: "Your Professional Deployment Platform"](https://cebe.cloud).
208-
209-
TODO
210-
211-
```bash
212-
./yii gii/api --openApiPath=/app/openapi/schema.yaml --generateMigrations=0 --generateControllers=0 --generateUrls=0
213-
214-
./yii gii/api --openApiPath=/app/openapi/schema.yaml --generateMigrations=1 --generateControllers=0 --generateUrls=0 --generateModels=0 --generateModelFaker=0
215-
216-
```

‎common/migrations/m230320_130000_create_table_c123s.php‎

Lines changed: 0 additions & 20 deletions
This file was deleted.

‎common/migrations/m230320_130001_create_table_b123s.php‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎common/migrations/m230320_130002_create_table_a123s.php‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎common/migrations/m230320_130003_create_table_accounts.php‎

Lines changed: 0 additions & 20 deletions
This file was deleted.

‎common/migrations/m230320_130004_create_table_d123s.php‎

Lines changed: 0 additions & 20 deletions
This file was deleted.

‎common/migrations/m230320_130005_create_table_domains.php‎

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎common/migrations/m230320_130006_create_table_e123s.php‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎common/migrations/m230320_130007_create_table_routings.php‎

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎common/models/A123.php‎

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /