Composer update gives Undefined index: name
If you get an exception like running composer update in an older Laravel-project. In PackageManifest.php line 122:
Imagick: not authorized
If you get an exception like this when converting using Imagick: convert-im6.q16: not authorized `my-
Log an object in Laravel
In later versions of Laravel there is no need to use print_r() nor json_encode() in your log statements if you want to log an object. Use the second...
Deciding of features
When working with F-Bar and GitFTP-Deploy, I get a lot of feedback (because I ask for it) from my customers. A big win for me as an indie developer is...
Your customer will tell you what to build
A mantra from the hacking scene: “Launch soon, and your customer will tell you what to build.” This is a common MVC tactic. There are some problems with this approach...