by Michiel | Feb 22, 2019 | Composer, Laravel, Magento, Quick Tip, Tooling, Valet+
For my daily work as a freelancer i tend to use a lot of disposable environments: I use them to check a bug in that specific version for example, and them throw them away. Setting up Magento can be a lengthy process, but with this one liner i can bring it down to ~10...
by Michiel | Jan 22, 2019 | Composer, Laravel, Magento, Open source, Symfony
In my day to day life i tend to switch between Magento, Laravel and Symfony on a regular basis. Each system has it’s pros and cons, but Magento has one pro over the other two: If you are using Magerun you can run console commands from any directory inside your...
by Michiel | May 5, 2017 | Composer
Composer is a revolution in the PHP world. You can use it to manage your dependencies. Need a specific library. Run composer require vendor/packagename and you can use it. Working on a project? Run composer install and you have all dependencies you need. There is just...