Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configs concept #345

Closed
wants to merge 2 commits into from
Closed

Configs concept #345

wants to merge 2 commits into from

Conversation

vjik
Copy link
Member

@vjik vjik commented Aug 28, 2021

Q A
Is bugfix?
New feature?
Breaks BC? ✔️
Fixed issues -

@samdark
Copy link
Member

samdark commented Aug 31, 2021

Looks alike @yiiliveext proposal:

config
-- params
---- #app
------ dev
-------- app.php
------ prod
-------- app.php
------ app.php  
---- yiisoft
------ yii-cycle.php
------ yii-console.php
------ data-response.php
-- di
---- #app
------ web.php
------ common.php
---- yiisoft
------ yii-cycle
-------- web.php
-------- common.php
------ yii-console
-------- console.php
-------- common.php
------ data-response
-------- common.php
-- routes.php
-- events.php
-- events-console.php
-- events-web.php
-- bootstrap.php
-- bootstrap-console.php
-- bootstrap-web.php

The goal is to separate params from definitions. Prams are used often, defintions should not be.

@xepozz
Copy link
Member

xepozz commented Oct 14, 2023

@vjik should it be closed?

@vjik vjik closed this Nov 10, 2023
@vjik vjik deleted the config-concept branch November 10, 2023 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants