-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support CakePHP 3.0 #5
Conversation
justinyost
commented
Feb 3, 2015
- Move File Structure Around
- Update to use Namespaces
- Verify/Update code as needed to ensure working
- Other things I'm not thinking of at the moment
Signal boost: #6 (comment) |
Signed-off-by: Justin Yost <[email protected]>
This should be operational, with the caveat that since you can't install the 3.0 version of this plugin via composer yet, you need to monkey with your consuming app's composer.json file. To test manually in a base Cake 3.0 skeleton app:
|