We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
definitions-*
common → definitions web → definitions-web console → definitions-console
common
definitions
web
definitions-web
console
definitions-console
This is will be more consistently with events, bootstrap, providers, routes and etc.
events
bootstrap
providers
routes
The text was updated successfully, but these errors were encountered:
defintiions-*
Good thing is that the prefix will be the same so files will appear grouped. Bad thing is that it looks more complicated.
Sorry, something went wrong.
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
Related to yiisoft/demo#345
No branches or pull requests
common
→definitions
web
→definitions-web
console
→definitions-console
This is will be more consistently with
events
,bootstrap
,providers
,routes
and etc.The text was updated successfully, but these errors were encountered: