304 followers 0 articles/week
How to set up Prettier On a Laravel App, Linting Tailwind Class Order and More

It may seem silly, but it's important to me that my Tailwind classes are orderedly consistently, and I don't want to have to manage that manually. Frustratingly, I've never found a solution that gives me exactly what I want—until now. Here's my must-have list: Works in CLI/Continuous Integration (Rustywind would work here, but not Headwind)...

Fri Feb 23, 2024 16:28
How to Trigger a Webhook on a Schedule Using GitHub Actions

Recently I added a feature to the speaking page on this site: a list of the most popular episodes of The Laravel Podcast for this week. However, this site is powered by a static generator, so the data on that page will go out of date pretty soon after each deploy. I considered setting up a local cron job on my server to run the deploy script...

Fri Jan 5, 2024 04:25
How to Separate (and Skip) Laravel Jetstream's Tests

I normally use Laravel Breeze to build my projects, but recently I started a new project that needed team support, so I figured I'd finally use Jetstream on a real project, instead of just for fun. There's a lot I really like about Jetstream, but one thing that bothers me—I know, it's not super reasonable, but whatever—is that it publishes so many...

Tue Nov 28, 2023 19:39
Optimizing Vue for Speed, Performance, and Core Web Vitals

Last week I gave a talk at AlpineDay entitled "From Vue to Alpine: How & Why". I put up my slides from my AlpineDay talk, "From Vue to Alpine: How & Why":https://t.co/xTzIl0FGun And also the files I used to test performance:https://t.co/tB5EThfEEJ pic.twitter.com/Jv8P7iDBcv— Matt Stauffer (@stauffermatt) June 10, 2021 In the...

Thu Jun 17, 2021 23:19
How to post to Twitter from your Laravel app using Zapier

Recently Twitter started promoting their v2 API, which includes requiring all developers to re-apply to get developer credentials. Long story short, my application was rejected, so I'm left trying to build personal apps that tweet without API access. I'm pretty sure their goal here is to get each individual project to apply for its own sake, so I'm...

Mon Jan 25, 2021 17:48
How to Use Takeout to Add New Services to Laravel Sail and Save RAM

Today Taylor Otwell, the creator of Laravel, released Laravel Sail, a tool that makes it incredibly easy to spin up development environments with Docker for your Laravel applications. Out of the box, Sail comes with MySQL, Redis, and MailHog. But what if you want to add PostgreSQL? ElasticSearch? Memcached? MsSQL? Or what if you have four Sail...

Tue Dec 8, 2020 22:36

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account