PHP PHP version 5.3 introduced a new feature called anonymous functions, or lambda functions. You may have come across them in other languages such as C# or Ruby. They allow for greater flexibility and offer a...
Implementing C# Events...
C# A common requirement when designing and implementing software is the...
Creating a Custom Statamic 500 Server Error Page...
Statamic An often overlooked aspect of creating a Statamic or Laravel application is...
Laravel 5 Collections Static API: Adding Methods to the Higher...
Laravel 5 The proxy static method is used to add additional methods to the list of...