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 👍
Shopify Sections API
You can use the Section Rendering API to request the HTML markup for theme sections using an AJAX request. This can allow you to update page content without reloading the entire page by fetching and dynamically replacing only certain elements 🤯. More details here, https://shopify.dev/docs/api/a... Skip to 2:40 in the video to see Wes Bos explain in.
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.
Utopia Font Scaling
An elegant way to scale fonts and spacing for responsive designs. A generated example with 8 scales
Fetch PHP
FetchPHP is a PHP library that mimics the behavior of JavaScript’s fetch
API using the powerful Guzzle HTTP client. 🐕
Flexbox text wrapping
A super flexy way to wrap button text when a row has multiple buttons/options.