Log message #4263838

# At Username Text
# May 21st 2021, 11:42 paolo.bragagni but I'm OPEN to better and easiest solutions
# May 21st 2021, 11:41 paolo.bragagni in my idea is to use composer create-project to inizialize my app and the use the plugin where I put all my changes/configurations etc..
# May 21st 2021, 11:40 paolo.bragagni it auto generate, but if I copy cakephp/app I have the same for all my apps
# May 21st 2021, 11:39 ndm Unless you hard-code it, that would get auto-generate, just like when you install the default CakePHP application template (assuming you'd use `composer create-project` to initialize your custom template).
# May 21st 2021, 11:38 paolo.bragagni I can overwrite my cakephp/app ??
# May 21st 2021, 11:38 paolo.bragagni the application has some sort of id salt id etc?
# May 21st 2021, 11:38 ndm You should give it a try and see hot it works for you.
# May 21st 2021, 11:37 ndm That all depends on what possible needs to be maintained, there's no one size fits all solution. However, generally I'd suggest an application template as the basis, as trying to cram all sorts of boilerplate code into plugins can easily turn into a hot mess.
# May 21st 2021, 11:37 paolo.bragagni (I meand I have to port all work done for cake2.. but at least I knw how to do..)
# May 21st 2021, 11:36 paolo.bragagni I've already made a bake theme to build all my modified actions and views
# May 21st 2021, 11:35 paolo.bragagni but which is the more simple way?
# May 21st 2021, 11:35 paolo.bragagni yes this is sure
# May 21st 2021, 11:34 kevin.pfeifer if you want my hot topic on that: If it works and you (and your co-workers) can work with it then keep it as simple as possible and not "search for the right way" too hard
# May 21st 2021, 11:33 paolo.bragagni I'm porting the same work that I mede some years ago with cake2
# May 21st 2021, 11:33 paolo.bragagni then when I have to build a new app I copy cakephp/app ?
# May 21st 2021, 11:33 neon1024 I think what you’re doing is a bit too bespoke for a ‘right way’
# May 21st 2021, 11:32 paolo.bragagni but it is the right way?
# May 21st 2021, 11:32 paolo.bragagni yes it is an idea
# May 21st 2021, 11:32 paolo.bragagni yes, we have smartcard and access to an oauth2 server authentication
# May 21st 2021, 11:32 ndm You might want to consider a custom application template, eg fork `cakephp/app` and maintain it according to your needs.
# May 21st 2021, 11:31 neon1024 Sounds like OAuth :thinking_face:
# May 21st 2021, 11:31 neon1024 So some kind of common way of authenticating?
# May 21st 2021, 11:31 paolo.bragagni some plugins internally developed
# May 21st 2021, 11:31 paolo.bragagni ssme template
# May 21st 2021, 11:31 paolo.bragagni same kind of authenticator
# May 21st 2021, 11:30 paolo.bragagni same kinfd of autentication and authorization
# May 21st 2021, 11:30 paolo.bragagni I need something more
# May 21st 2021, 11:29 neon1024 If you are going to be duplicating the same code many times, then there might be a better approach
# May 21st 2021, 11:28 neon1024 Wouldn’t that just be a framework and a coding standard?
# May 21st 2021, 11:28 paolo.bragagni so that my group of programmers use same structure
# May 21st 2021, 11:28 slackebot !xy
# May 21st 2021, 11:28 slackebot Command sent from Slack by neon1024:
# May 21st 2021, 11:28 paolo.bragagni I want to make an 'internal' skeleton
# May 21st 2021, 11:27 neon1024 @paolo.bragagni Are you building a multiple tenant application?
# May 21st 2021, 11:19 paolo.bragagni I'm only searching best method
# May 21st 2021, 11:18 paolo.bragagni Ssme template etc
# May 21st 2021, 11:18 neon1024 I am trying to test when my `delete()` fails, and I’m caught between using an Integration test where I’m not sure how to mock the Table::delete() or a Unit test where I cannot assert the Flash messages. Any tips?
# May 21st 2021, 11:18 paolo.bragagni I have to build many apps all of them eith same authandauth
# May 21st 2021, 11:12 ndm :upside_down_face:
# May 21st 2021, 11:11 steinkel lol, what @ndm said
# May 21st 2021, 11:11 steinkel @paolo.bragagni if your're aiming to create a plugin to handle these items, remember you can inject middlewares from the plugin and handle all configuration so your main app will be "clea"