Skip to main content
WritingSpeakingCodeAboutNow
Category Archive

Articles: Shipping & Tooling

Technical writings, opinionated architectures, and development guides focusing on Shipping & Tooling.

Articles31
Est. Read Time327 mins
Tags97
Featured0
Feb 20259 min read

Deploying Laravel on Sevalla - A No-Nonsense Guide

Deploy your Laravel app with Sevalla using Docker & FrankenPHP for seamless, zero-downtime releases. Say goodbye to server hassles and Kubernetes headaches!

Feb 20235 min read

Laravel CI with GitHub Actions

Automate Laravel CI with GitHub Actions - Learn testing, PHPStan static analysis setup in this tutorial.

Jan 20236 min read

Using OpenAI in Laravel

Discover how to harness the potential of OpenAI in Laravel for AI-driven applications, from natural language processing to text generation.

Sept 20229 min read

From idea, to blog, to live without leaving your IDE

Build a live blog with Statamic in Laravel and deploy to Digital Ocean from your IDE.

Aug 202212 min read

Zero Hassle CLI Application with Laravel Zero

How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.

Jun 202212 min read

Laravel subdomains in Docker

Learn how to set up subdomain support for your Laravel app using Docker. Configure Nginx, Redis, MySQL, and Traefik for seamless subdomain management.

May 20227 min read

Building a CLI application in 2022

Explore the best options for building CLI apps in 2022, including Laravel Zero, Symfony Console, and more, suitable for both PHP and Rust developers.