Learn how to tunnel a complete Laravel application with Inertia, Vite, and Reverb using ngrok through a clever middleware-based approach. This tutorial shows you how to set up three tunnels and configure everything with just one command to easily share your local development with others.
Have you ever thought, you know what I'd love to be able to just connect to my machine at home when im on the move and code on my laptop on the move without worrying about having to resync all the changes. Well in this post Swapnil shows us how to go about doing this using herd and tailscale
by
Nico DevsLearn how to build a powerful document chat system using RAG (Retrieval-Augmented Generation) with the new Laravel AI SDK, Postgres, and Livewire 4. This comprehensive guide covers everything from vector embeddings to creating a real-time streaming chat interface that can answer questions about your documents.
A comprehensive tutorial showing Laravel developers how to build Model Context Protocol (MCP) servers using Laravel's official MCP package, enabling AI assistants like Claude to interact directly with your Laravel applications. The author demonstrates building a complete blog management MCP server and actually uses it to write and publish the tutorial itself.
In this tip Joel talks us through how changing your query logic and using a different where Clause allows you to use eloquent subqueries across database connections. It's not something I've had to do before but it's an interesting tip for sure.
by
Chris MellorLooking for a new code editor, something thats lightweight and has built in AI then maybe zed is the editor for you! In this x post Chris mellor talks through setting up Zed as a Laravel developer
A podcast episode featuring Duncan McClean, a software developer at Statamic, discussing his work and insights in the Statamic CMS ecosystem. Host Michael LaRoy explores Duncan's development journey and contributions to the Laravel-adjacent Statamic community.
Christoph uses the new Laravel AI SDK to build a D&D style dungeon escape game in the terminal. If you're a fan of D&D and have been thinking about building your own game with the help of AI then there might be somethings you can learn from this tutorial
This week on Nunos channel he walks through building a NativePHP application, showing how simple it is to use and build an application, with special guest Shane Rosenthal. By the way Jump looks so good as a way to quickly add a development app to your phone.
by
Eric BarnesEvery day the speed at which AI is moving is incredible and one thing we know is that were seeing a lot more traffic coming from things like coding assistants, AI search engines and lots of other AI related things. The big issue about our websites right now is that they are big and sometimes bloated so for AI to understand these they're consuming lots of token, Markdown is a nice lean way around this. Eric talks about a new feature that has just been released by Laravel Cloud to help with this.
Steve McDougall explores how PHP 8.5's new asymmetric visibility features make Matthias Noback's Object Design Style Guide principles much easier to implement. The article demonstrates how modern PHP syntax eliminates the ceremony previously required for proper encapsulation and object design patterns.
A practical guide to configuring automatic PHP code formatting in the Zed editor that works seamlessly across different projects, whether they use Laravel Pint or PHP CS Fixer. Includes a clever bash script solution to handle Zed's global formatter configuration limitation.
Learn how to build a robust conversational AI travel agent that handles complex booking flows, automatic cancellations, and failure recovery using Laravel AI SDK and Durable Workflows. This tutorial shows how to replace hundreds of lines of infrastructure code with just 100 lines of clean business logic for managing distributed transactions.