app icon indicating copy to clipboard operation
app copied to clipboard

Rename configs with defintions to `definitions-*`

Open vjik opened this issue 2 years ago • 3 comments

commondefinitions webdefinitions-web consoledefinitions-console

This is will be more consistently with events, bootstrap, providers, routes and etc.

vjik avatar Aug 28 '21 10:08 vjik

Good thing is that the prefix will be the same so files will appear grouped. Bad thing is that it looks more complicated.

samdark avatar Aug 30 '21 06:08 samdark

Seems, variant with definitions more simplify:

definitions/*.php
definitions-web/*.php
definitions-console/*.php
bootstrap.php
bootstrap-web.php
bootstrap-console.php
events.php
events-web
events-console.php
params.php
providers.php
providers-web.php
providers-console.php
routes-backend.php
routes.php

VS

common/*.php
console/*.php
web/*.php
bootstrap.php
bootstrap-web.php
bootstrap-console.php
events.php
events-web.php
events-console.php
params.php
providers.php
providers-web.php
providers-console.php
routes-backend.php
routes.php

vjik avatar Aug 30 '21 07:08 vjik

Related to https://github.com/yiisoft/demo/pull/345

samdark avatar Aug 31 '21 21:08 samdark