Log message #4123733

# At Username Text
# Mar 11th 2018, 23:10 bakro.istvan My app looks like the following
# Mar 11th 2018, 23:09 bakro.istvan @dereuromark What do you mean? I dont understand your question.
# Mar 11th 2018, 21:49 dereuromark istvan: how come? its Posting to the same action?
# Mar 11th 2018, 19:49 edgaras.jan use some library like https://github.com/spatie/analytics-statistics to get data
# Mar 11th 2018, 19:43 rafael.junqueira.sant I did it with plain php last year, but I would like to know how are you doing with cakephp
# Mar 11th 2018, 19:42 rafael.junqueira.sant What I mean is displaying google analytics data in a dashboard
# Mar 11th 2018, 19:42 rafael.junqueira.sant what about the server side code?
# Mar 11th 2018, 19:41 edgaras.jan just insert google analytics snippet to template
# Mar 11th 2018, 19:40 rafael.junqueira.sant the latest plugin I found was updated 6 years ago, and google analytics api seems to have changed since then
# Mar 11th 2018, 19:38 rafael.junqueira.sant What is everybody using for google analytics in CakePHP nowadays?
# Mar 11th 2018, 19:28 bakro.istvan I think it it conflicting with the cakephp/acl plugin
# Mar 11th 2018, 19:07 kitcat711 thanks ionas
# Mar 11th 2018, 18:43 bakro.istvan Hi, I would like to use dereuromark/cakephp-tags in my app, but I am running into troubles when I would like to create a new tag on the fly.
# Mar 11th 2018, 18:16 inoas it is sadly trial and error for me even after reading the docs
# Mar 11th 2018, 18:16 inoas maybe _ext xlsx as a route key or so
# Mar 11th 2018, 16:43 kitcat711 I put it here : https://discourse.cakephp.org/t/cakephp-3-5-and-spout-xlsx-library-how-to-handle-xlsx-extension/4035
# Mar 11th 2018, 16:28 kitcat711 adding $routes->extensions(['xlsx']); is my first step, and then?
# Mar 11th 2018, 16:27 kitcat711 how can I set up that?
# Mar 11th 2018, 16:27 kitcat711 let says mydomain.tld/article/1.xlsx => to reach the view method in a "xlsx dedicated" controller
# Mar 11th 2018, 16:26 kitcat711 so far I am calling a controller method 'xlsx' to get my file, but I would prefer to handle the extension
# Mar 11th 2018, 16:25 kitcat711 I am trying to generate xlsx file with cake. I made it work using the spout xlsx library
# Mar 11th 2018, 16:23 kitcat711 hello
# Mar 11th 2018, 16:21 bravo-kernel @ionas unfortunately sometimes the right decision take time to sit out the lesser one
# Mar 11th 2018, 16:00 inoas wonder why we didn't stay on IRC and simply added Mattermost as an alternative... at least then the cake software foundation would have been in control of choices.
# Mar 11th 2018, 15:59 inoas once it is all nice and perfectly central our contracts/jobs will be in danger too... :(
# Mar 11th 2018, 15:59 inoas all part of the big trend laid out here: https://staltz.com/the-web-began-dying-in-2014-heres-how.html
# Mar 11th 2018, 15:59 inoas reminds me of https://www.eff.org/deeplinks/2013/05/google-abandons-open-standards-instant-messaging
# Mar 11th 2018, 15:59 inoas slack will drop the irc bot btw
# Mar 11th 2018, 13:29 lorenzo associated keyword?
# Mar 11th 2018, 10:26 ashish_onmobile beforeFind
# Mar 11th 2018, 10:26 ashish_onmobile how to use associtated key word in
# Mar 11th 2018, 10:26 ashish_onmobile is there any one who can help me in friendsofcake
# Mar 11th 2018, 05:56 savant no problem
# Mar 11th 2018, 05:56 joddit Guess I'll stick to the way they do it in the docs for now. Thanks again
# Mar 11th 2018, 05:54 savant either way is fine
# Mar 11th 2018, 05:53 joddit Think that's the more "correct" way to do it?
# Mar 11th 2018, 05:52 savant from: https://book.cakephp.org/3.0/en/development/routing.html#passing-parameters-to-action
# Mar 11th 2018, 05:52 joddit Yeah well I certainly knew there was something I was missing
# Mar 11th 2018, 05:52 savant $routes->connect(‘/articles/:category/:slug’, [‘controller’ => ‘Articles’, ‘action’ => ‘view’])->setPass([‘category’, ‘slug’]);
# Mar 11th 2018, 05:51 savant there is another way to do it too
# Mar 11th 2018, 05:51 savant no problem