13 followers
๐จโ๐ฉโ๐งโ๐ง Dad / ๐ป CTO / ๐ Florida man
Subscribe to my newsletter and never miss my upcoming articles
In this post, I'm going to show you how you can organize routes in various size projects. From small projects to large, I'll show you some techniques that have kept a growing monolith's routes in a manageable state. Route prefixing The feature I rely...
Let's talk tooling! One of the benchmarks of a great framework is the ecosystem & tooling. I may be biased, but I think Laravel has some of the best tooling around. These are my top tooling choices for 2021. Let's gooo. Tinkerwell Tinkerwell may be ...
Update: I've archived this repo. While it is dependency-free, it's very similar to Wordpress' native filters & action features. Given that they're core to WP, I would advise using them instead of this package. I started the year off by open-sourcing...
I recently implemented a feature in our API that automatically creates alt tags for all images uploaded with Spatie Laravel-medialibrary. This allows all images added to automatically be tagged with AWS's Rekgonition API, saving our marketing team hu...
Ready to ride the tailwind? Let's do it! This guide will show you how to setup TailwindCSS in your Laravel project. It assumes you are using Laravel 8 and Laravel mix to bundle your front-end assets. Step 1: Install Tailwind via NPM In your Laravel p...
It's no secret I stan Spatie packages. I'm convinced there must be something in the water over there in Belgium, because, all they seem to do is pump out quality package after quality package. And, the most impressive thing is that they're all incre...