Nobody Deploys to Production Like This
Have you ever thought about using a car gear shifter to deploy your code to production or to run your tests and static analysis tools? Well in this video Christoph shows us how
Have you ever thought about using a car gear shifter to deploy your code to production or to run your tests and static analysis tools? Well in this video Christoph shows us how
A great bit of fun here, how would you like to pit your website against another well Ryan has your back, hes developed an engaging interactive tool that compares two websites across six performance metrics including page weight, speed, domain age, and tracker count to determine which site is optimised for the web. Perfect for developers looking to benchmark their site's performance against competitors or learn best practices for building lean, fast websites.
Discover Sidecar, an experimental Statamic tool that lets you edit Markdown files from static site generators through a beautiful Control Panel without importing content or disrupting your existing workflow. With drivers for LaraDocs, Jigsaw, VitePress, and HydePHP, it offers a third way between rebuilding in a CMS and having developers handle all content changes.
Michael guides us through how to ensure image uploads to S3-compatible object storage are served with the correct Content-Type headers, preventing browser rendering issues and caching problems. Includes PHP enum examples and implementation patterns for Laravel applications using Livewire and Nova.
Learn how to efficiently locate the commit that introduced a bug in your Laravel application by combining a focused Pest test with Git bisect's binary search algorithm, demonstrated through a practical shipping quote API example.
Learn how to use Laravel's password validation rule to generate HTML passwordrules attributes that help password managers suggest compliant passwords, improving user experience whilst maintaining security requirements.
This post covers common indexing mistakes in Laravel applications that quietly destroy performance, increase server costs, and frustrate users
Find out how Laravel Boost intelligently extracts and documents project conventions from existing codebases using AI agents, comparing deterministic approaches with more sophisticated skill-based extraction methods to help teams maintain their unique architectural decisions.
A tutorial on building an AI-powered Slack bot using the Laravel AI SDK, covering agent creation, webhook setup, and implementing a custom RAG-based memory system whilst maintaining control over your AI provider and data.
A practical guide to efficiently loading Eloquent relationships when serialising models in Laravel queued jobs and notifications, demonstrating how to convert arrays to collections for eager loading.