-
Notifications
You must be signed in to change notification settings - Fork 16
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
CakePHP 3.0 Version #54
Comments
Can we keep it a vanilla install. As additions will be managed with Composer it's easier for people to add their own bits to it. Otherwise it means that people will have to remove plugins, update composer and then actually edit their code to remove any package code. |
@davidyell Those who want vanilla can just use cakephp/app. |
Oh yes, sorry. Forgot that obviously with 3.x the app would be included from Composer. |
Okay so I think this can be done quite simply:
Open question: Do we want to keep or remove all the |
This should also require |
We definitely want to keep the same features the app-template has - maybe even expand it if necessary - so filing this bug such that we don't forget.
We should also pull in whatever changes are necessary from the cakephp/app repo.
The text was updated successfully, but these errors were encountered: