Today we're going to veer slightly away from Laravel, and take a look at Composer's autoloading features. While Composer bills itself as a "Dependency Manager", its real strength is that it gives PHP developers a standard environment to build their applications in.
astorm
Where Magento Connect does Check for Permissions Magento Connect, File Permissions, and myself have a rocky, inconsistent relationship. This one’s the opposite of my usual complaints – if Connect’s saying it can’t install itself due to file file permissions errors, here’s where to check which directories it [...]
astorm
PHP, the language, leaves a lot to be desired when it comes to sharing and organizing your code in a project. This problem goes back to PHP's roots, and the choice not to include a python or ruby like module system. Over the years
astorm