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

Removal of app/ and lib/Cake/Console/Templates/skel #5

Closed
wants to merge 1 commit into from

Conversation

RGGN
Copy link

@RGGN RGGN commented Apr 13, 2023

Those two directories contain example code that is redefining some classes in the root namespace, if we try to autoload them we find conflicts. Since this is not production code, and it is just an example, I think we can remove it completely, so we don't have 'AppController' defined many times.

@beinbm
Copy link
Member

beinbm commented Apr 14, 2023

Could we just exclude them from Classmap instead?
https://getcomposer.org/doc/04-schema.md#exclude-files-from-classmaps

@beinbm
Copy link
Member

beinbm commented Apr 14, 2023

and test fail

@beinbm
Copy link
Member

beinbm commented Apr 14, 2023

see #6

does that help you too?

@RGGN
Copy link
Author

RGGN commented Apr 26, 2023

Will exclude them from classmap instead, I missed this. Thanks for checking

@RGGN RGGN closed this Apr 26, 2023
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.

2 participants