Laravel Collections

I you do any work with arrays in Laravel or Craft you will instantly benefit for harnessing the power and utility of Laravel Collections. For Laravel, for Craft

Actions

Great concise video on Laravel actions, how to create them and how to test them.

abort_if

Another handy little Laravel helper, abort_if. Perfect little helper inside actions when things go wrong. 

Laravel 'wasRecentlyCreated'

Great little Laravel model tip. Use the "wasRecentlyCreated" model attribute to check if your model was created or found 👍

Laravel + React

It's hard to beat Laravel for backend development and React is a force for front end development. Inertia.js is the little bridge flowing the traffic between the two. This YouTube series does a 🧨 job of explaining how to make it happen. 

Tips & Tricks

A collection of web development related tips, tricks and snippets that I wanted to remember for myself and share with others. Hopefully you find them as useful as I have.