Look Mama: No Console Coupling! Bye Symfony, Welcome Aura Cli!
First don’t loose sight of the Dependency Injection part on any project! This is the tip of the iceberg. If you have buried it under the gravel of a foreign abstraction or a framework imposed layer,...
View ArticleArrivederchi Ciao Chau Symfony … Welcome Standalone Dumper & C Extension
You start with requiring the dependency on the component like this: "patchwork/dumper": "~1.2@dev", The component also does not get tagged very often so you will need master to get the function twig...
View ArticleTesting with the StreamWrapper File System Libraries
I was working on Bldr, the nice task runner tool to automate development. Some days ago I ran into a problem. Usually when you work with bldr-io, it has you create at least several files on the project...
View ArticleDoctrine Migrations with Schema API without Symfony: Symfony CMF SeoBundle...
Usually when we have a project in Symfony we rely on doctrine migrations bundle. The problem with this approach is often that is too magic and have some misunderstandings on how to do proper...
View ArticleGushPHP.org Site now Bears Documentation: Contribute Linking Other Commands!
Tonight I spend sometime on the https://github.com/gushphp/gush-site repository which is the site source code that is served over http://gushphp.org. The site is built on sculpin and for a long time I...
View ArticlePlug Dev Flow with Gush and Bldr into Vagrant
I recently added Gush and Bldr to a vagrant box generated by puphpet.com. I also plugged librarian instead of the regular git tracking of the whole module set. This is a more pro way than to keep track...
View ArticleMy SSH KeyChain And Phansible
I built a box with phansible and was getting this error: ~ vagrant provision Luiss-MacBook-Pro-3 [7:39:07] ==> default: Running provisioner: ansible... PLAY [all]...
View ArticleDocker Symfony Development Box with Data Containers
Data containers are containers where you define a path or folder to be mounted onto other containers. The data here can be read only or writeable. This means that for when you need a swap or temp...
View ArticleDoctrine File System Caching with Doctrine Cache Bundle
Some people had experience some difficulty configuring a filesystem cache type. Symfony by default comes with some caching because of the doctrine bundle, however if one wants to extend to more types...
View ArticleTelling Symfony to Use Cached Validation From Doctrine Cache Bundle Provider
Right now Symfony on 2.7-2.8 and probably until before 3.0 will still support apc type validation caching. This will be dropped soon, at least the class support. You could still use apc past that point...
View ArticleMac Cursor Best Configuration
This is actually a note to myself when configuring cursor behavior on mac. Credits to @hafci. defaults write -g ApplePressAndHoldEnabled -bool false If you have the dock on autohide and want it to open...
View ArticleNew Year 2016, from PHP to new technologies, retrospective and tell it how it is
Hi, it has been a while since i have not blogged. I still continue to do PHP, however no longer consider it for new projects. I have been somewhat more involved with new technologies and languages....
View Article