Jump to content

Hari KT

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Hari KT

  1. RT @phptodayorg: Learning Symfony Differently - part 2 : Bootstrap http://t.co/m3hyEv5Fit

  2. Hey @weaverryan is this symfony doc incorrect http://t.co/cDsPTUdzYR ? Seems the default bundle is removed in favor of small tiny controller

  3. Hey @processwire could you have a look at this post https://t.co/hIIkRi0nBK , so we can discuss composer support ?

  4. Hey Marcus, Yes as dependency is a hell it is good to leave it to composer . And as you know installing modules is simple as composer require <vendor/packagename> The only thing to do is to keep a composer.json file for all the modules { "name": "vendor/package-name", "type": "pw-module", "description": "Your module what it does", "keywords": [ "keywords", "comma", "seprated"], "homepage": "https://github.com/harikt", "license": "BSD-2-Clause", "authors": [ { "name": "Contributors", "homepage": "https://github.com/harikt" } ], "require": { "hari/pw-module": "~0.0.1" } } and add to packagist. The only things to note in composer.json is the "type": "pw-module", and "require": { "hari/pw-module": "~0.0.1" } We are all done. Happy PhPing!
  5. Hey @marcus Regarding the module downloads, I am not sure if you noticed my earlier posts http://harikt.com/blog/2013/11/16/composer-support-for-processwire-modules/ http://harikt.com/blog/2013/11/19/composer-support-for-processwire-part-2/ That way we can install modules on the site/modules folder as we are doing with just composer. I am also missing how processwire will support composer in the future, if anyone can give some insights / links it may also help. EDIT : I am happy to change the vendor name and give to processwire if Ryan likes it. Thank you
  6. RT @beausimensen: Other use case is mapping snake_case models on top of a legacy camelCase schema. Wondering how @laravelphp Eloquent handl…

  7. RT @nithinbekal: We just put up a landing page for http://t.co/RXBe5YaVIV - go sign up for the beta if you're a freelancer. http://t.co/Vxo…

  8. RT @processwire: New post: Access control for languages, new page-rename permission & more special permissions (ProcessWire 2.6.3) https://…

  9. RT @pmjones: And now Pipeline has a pretty new Github Pages site, with logo and everything! http://t.co/QwNrHM4UmV #php #psr7 #middleware

  10. Semantic Versioning and Public Interfaces http://t.co/XZ8pgbWRgv

  11. I don't understand when people say soft dependency. Looking at Dash #zf3 router prototype https://t.co/mdOuyxBBuQ .

  12. RT @BorisVerhaaff: Updated work on PSR-7 HTTP Middleware with a Web router example + testshttp://t.co/RWvIO3MYTN #PHP #Middleware #AuraPHP

  13. One video popped on youtube https://t.co/Aw9LxZkyl9 . Talking about Benchmarking :) .

  14. When does Dependency Injection become an anti-pattern? http://t.co/LaEz9Cu7xc / there is a mention about @auraphp di .

  15. Bing & Bob and The Road to São Paulo http://t.co/eOcfSW07sl via @calevans

  16. RT @ehogue: Every company should get a @nomadphp team subscriptions https://t.co/4frpeeC6hA

  17. Kong http://t.co/NQCYI29DQQ . Easy way to do authentication / rate limit API . Yey nice :) .

  18. Exactly . The features were actually sponsored by someone who don't wish to reveal the name .
  19. RT @FogCreek: "I think my love of the craft helps a lot" – says Paul M. Jones @pmjones: http://t.co/x3XRlqRfgM #devlife http://t.co/ZYOKtos…

  20. Hey Horst, The profile you need to pass is the zip file once you export the site. So it can install from old profiles. Hope that make sense.
  21. > Unless i'm missing something the new command will always install 'site-default'. Wouldn't it be nice to be able to choose between the bundled profiles that ship with PW? I don't recall, but it is not that hard if not made.
  22. RT @phptodayorg: Aura.Router - A Web Router for PSR-7, with Bookdown Documentation https://t.co/5jk7L74D2N #php @auraphp

×
×
  • Create New...