Laravel tips
Welcome to Laravel Tips, the section of the website where I (Jack Ellis) share any Laravel tips or tricks I have, along with various Laravel specific articles that don't quite tie into the Fathom Journey.
How to fix Stripe payment attempt failed because additional action is required
(Jack Ellis) We recently had this error for days and the solution is so simple.
SingleStore is now faster on Apple Silicon
(Jack Ellis) SingleStore is now up to 90.99% faster on your local development environment.
How to have multiple unique columns in SingleStore
(Jack Ellis) SingleStore only allows one unique key per table. But what if we want more?
Should I use Laravel Vapor?
(Jack Ellis) You've heard of Vapor, you know that it's for serverless Laravel deployment, but what does it do?
Improve Laravel Vapor response time with prewarming
(Jack Ellis) We take a look at the true cost of prewarming and why you shouldn't be scared of it
What is Serverless?
(Jack Ellis) We've all heard the term serverless. But what is it and how does Vapor utilize it?