Fix: Laravel scheduled tasks exception

So I just added a little scheduled tasks to one of my applications which was hosted on a shared environment and I realized that the task was not being executed at all. running the php command from the shell was working and it was not giving me any clue on what the problem could be. …

Upgrade Magento 1.9.0.1 to 1.9.2.x

Upgrading magento should be quite straight forward, but when it comes to big websites with monstrous databases its kinda tricky. Anyway, there are few ways to upgrade a magento instance, for example you can download the new package, upload it and override your files and that should do the database upgrade once you open the …