loadsys / CakePHP-ConfigReadShell

A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.
MIT License
3 stars 0 forks source link

Support CakePHP 3.0 #5

Closed justinyost closed 9 years ago

justinyost commented 9 years ago

:warning: WIP :warning:

beporter commented 9 years ago

Signal boost: https://github.com/loadsys/CakePHP-ConfigReadShell/pull/6#issuecomment-72706046

beporter commented 9 years ago

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:

justinyost commented 9 years ago

Verified as basic feature set working in Cake3.

screen shot 2015-03-31 at 5 27 29 pm