Collections: One API to rule them all

A version of the Laravel Collections library has been released for JavaScript.  This dependency-free library for working with arrays and objects has (almost) the same API as the similarly named library in Laravel 5.6, meaning that we can apply the same knowledge/techniques when working in Laravel or Javascript. The “(almost)” above refers to the fact that […]

React in Laravel in Lando

React is one of the most popular Javascript frameworks, and is currently being integrated into the Drupal core and contrib modules, and is a central part of the forthcoming WordPress Gutenberg editing system, and widely used in other PHP applications including Laravel. One of the biggest barriers to getting started with React is the necessary […]

Laravel Auditing

The Laravel Auditing package (owen-it/laravel-auditing) is an easily installed add-on which tracks all changes made to Laravel models. This package is great for debugging and also for uncovering who made changes to your database and when.  This is sure to be a great help when customers call asking just how their data changed.  There is some […]