Log message #4124586

# At Username Text
# Mar 13th 2018, 15:03 popperz0r https://github.com/multidots/cakephp-rest-api
# Mar 13th 2018, 15:03 popperz0r ive seen this repos
# Mar 13th 2018, 15:02 popperz0r Hello, ill need to create a full rest api for our saas and planned to use cakephp for it. What do you advice me to use as add-ons?
# Mar 13th 2018, 13:47 megan yeah no collusion allowed :)
# Mar 13th 2018, 13:33 neon1024 I can’t say because the voting is anonymised
# Mar 13th 2018, 12:50 spencdev whatcha gonna talk about? x)
# Mar 13th 2018, 11:46 neon1024 I’m waiting to see if my talk gets selected before buying a ticket
# Mar 13th 2018, 11:42 yadav.manu36 i have follow below url https://github.com/cakephp/bake/issues/391
# Mar 13th 2018, 11:42 yadav.manu36 @dereuromark this issue has solved
# Mar 13th 2018, 11:28 acosonic @dereuromark Yes I think so...
# Mar 13th 2018, 11:19 megan cakefest.org/submit
# Mar 13th 2018, 11:19 megan Who's coming to CakeFest this year? :) CFP closes in 2 days - so if you are keen to be a speaker, now is the time to submit!
# Mar 13th 2018, 11:16 dereuromark there is no release yet, dev-... branch
# Mar 13th 2018, 11:14 yadav.manu36 for 3.next
# Mar 13th 2018, 11:14 yadav.manu36 @dereuromark so we need to use 3.5.13 bake?
# Mar 13th 2018, 11:14 jbehling Okay
# Mar 13th 2018, 11:13 dorxy so make sure your namespace is defined correctly inside the controller class in your subdirectory
# Mar 13th 2018, 11:13 dorxy @jbehling if you check out `/src/Http/ControllerFactory::64` you can see where they take into account the prefix for the namespace
# Mar 13th 2018, 11:13 jbehling @dorxy Okay, I'll take a look. Thank you
# Mar 13th 2018, 11:12 dereuromark master is still 3.5 of course
# Mar 13th 2018, 11:12 dereuromark @yadav.manu36 Did you use the 3.next branch for bake?
# Mar 13th 2018, 11:11 dorxy looking for the docs on it but can not really find it
# Mar 13th 2018, 11:11 dorxy that is at least what I recall
# Mar 13th 2018, 11:11 dorxy so e.g. if you have controllers in a Reports subdirectory you should be able to access it through routes such as /reports/:controller
# Mar 13th 2018, 11:11 jbehling @dorxy I tried to use prefix but I could not, I probably did it wrong
# Mar 13th 2018, 11:10 dorxy @jbehling you can access controllers inside a directory using a prefix
# Mar 13th 2018, 11:09 dorxy @dorxy I'm no core contributor but be my guest :)
# Mar 13th 2018, 11:04 turkles thenks Pierre, purrfect
# Mar 13th 2018, 11:03 pierre-baptiste.varle @dorxy can I make a PR to extand the _getInput functions to add more choice of customisation?
# Mar 13th 2018, 11:03 jbehling Can I create a folder inside the Controller? Like `Controller/Reports`? And how do I access via url?
# Mar 13th 2018, 11:02 yadav.manu36 when i take new update for cakephp/cakephp:3.6.0-beta2 then cake bake not working can you fix it?
# Mar 13th 2018, 11:01 pierre-baptiste.varle @turkles Date::now()->month
# Mar 13th 2018, 11:01 dereuromark L4celek: read the chronos docs
# Mar 13th 2018, 11:01 yadav.manu36 Hi all
# Mar 13th 2018, 11:01 turkles is there a quick way of getting the first of the current month?
# Mar 13th 2018, 10:59 dorxy but I'd try to create the interactive question first before diving into the details of changing the way it's prompted
# Mar 13th 2018, 10:59 dorxy then perhaps you can implement your own IOInterface which extends the default one? (and your own shell to instantiate it probably)
# Mar 13th 2018, 10:58 pierre-baptiste.varle I need th change this line, I would like to have '(conf) >' prefix instead of '>'
# Mar 13th 2018, 10:57 pierre-baptiste.varle this could work but I would like to have a custom prompt https://github.com/cakephp/cakephp/blob/7d52085e6f3874abb18a5de6df73c0c1332054ad/src/Console/ConsoleIo.php#L360
# Mar 13th 2018, 10:57 dorxy :thumbsup: you should be set then :)
# Mar 13th 2018, 10:57 pierre-baptiste.varle yes I read it already