PHP Magic Methods and Class Aliases
Subtitle: PHP Has Mysterious Ways. This week it's another quick primer on PHP's lesser known "magic" features in preparation of moving on to Laravel Facades.
astormSubtitle: PHP Has Mysterious Ways. This week it's another quick primer on PHP's lesser known "magic" features in preparation of moving on to Laravel Facades.
astormLast time we discussed instantiating objects in Laravel using the make method. Today we're going to talk about services, service containers, and binding objects into service containers.
astormThis week's a quick remedial primer on PHP's ArrayAccess interface. We'll be back to Laravel next time, and promise you'll see why we needed the primer.
astormLaravel is already a well documented system. The quick-start guide guide has all the information a developer needs to start building applications with Laravel. What's less well documented, and more interesting to me, is documentation of Laravel's implementation. The PHP community has a pretty
astormLaravel's error handling is one of its most noticeable developer facing features. Like many modern PHP frameworks, Laravel ships with its error reporting set to E_ALL, and strives for Notice free PHP code. Additionally, Laravel includes the Whoops framework, which creates readable stack traces
astorm