Articles about

Programming

Multiple user models with Laravel Jetstream

April 1st, 2021 — How to use multiple user models with Laravel Jetstream using Caleb Porzio's parental package.

A native-feeling payment flow with Gumroad

March 25th, 2021 — How to implement a smooth payment flow within the constraints of Gumroad.

100ms -> 40ms -> 1ms: Maximizing response caching in Laravel

March 16th, 2021 — How to take some response times from 100ms to 1ms

Bring your own JS to Algolia Docsearch

February 14th, 2021 — This article covers how to use Algolia Docsearch as if it were your own Algolia index.

Using Laravel Socialite for both authentication and linking accounts

February 14th, 2021 — It's easy to use Socialite for linking accounts, it's easy to use it for registration, but it gets a bit tricky if you want to do both. Here's how to do it.

Robust Segment implementation in a serverless CDN-cached Laravel deployment

January 16th, 2021 — How to implement Segment with CloudFlare and AWS Lambda (Laravel Vapor).

The complete guide to Laravel front-end scaffolding

October 7th, 2020 — An overview of the entire front-end scaffolding ecosystem for Laravel. Laravel Jetstream, Laravel Fortify, laravel/ui, 3rd party presets, and more.

How I made $11,673 in 5 days with an open-source project

July 13th, 2020 — At the end of June, I launched a business-focused extension to my open-source project. It made $4,980 within the first 24 hours and $11,673 within 5 days.

Push deploy a Laravel application for free with GitHub Actions

April 20th, 2020 — How to set up push deploys for Laravel applications with GitHub Actions

Gradually adding Tailwind to a Bootstrap project without breaking anything.

December 22nd, 2019 — How to gradually start using Tailwind CSS in a Bootstrap project without having to change existing code.

Make your Laravel application multi-tenant without changing a line of code

October 6th, 2019 — How the stancl/tenancy package can make your Laravel application automatically multi-tenant, without any code changes.