Laravel Collections
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.