Author name: Matt Leering

Laravel Stubs

Stubs are class templates that come with Laravel. They get used behind the scenes whenever you create new files within your project. Stubs are hidden from view by default, so I don’t think they are appreciated enough. Chances are, if you have worked with Laravel, you’ve used an artisan make command to make a new …

Laravel Stubs Read More »

Sorting In FileMaker

Column Header Sorting in FileMaker

In a data table, it’s common to click on a column header to sort the data in that column. However, it’s rare to encounter a FileMaker system that does this elegantly; I’d like to present a solution that makes column header sorting in FileMaker more modular, and hopefully you’ll agree that it’s more elegant as well.