34 articles

📰 Dev.to · Hafiz

Articles from Dev.to · Hafiz · 34 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9465) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
Inertia.js v3 Is Out: The Upgrade Guide Every Laravel Developer Actually Needs
Dev.to · Hafiz 1w ago
Inertia.js v3 Is Out: The Upgrade Guide Every Laravel Developer Actually Needs
Inertia v3 is stable. This guide covers every breaking change in the Laravel adapter, the exact code to fix before upgrading, and a pre-upgrade checklist.
Laravel 13 Queue::route(): One Place to Control Your Entire Queue Topology
Dev.to · Hafiz 2w ago
Laravel 13 Queue::route(): One Place to Control Your Entire Queue Topology
Queue::route() in Laravel 13 lets you define which queue and connection every job uses from one place. No more scattered properties or onQueue() chains.
Claude Code Channels: How to Control Your AI Agent from Your Phone
Dev.to · Hafiz 2w ago
Claude Code Channels: How to Control Your AI Agent from Your Phone
Claude Code Channels lets you control your AI agent from Telegram or Discord. Here's the full setup and real Laravel workflow scenarios to use it every day.
How to Build a Laravel MCP Server with Filament
Dev.to · Hafiz 3w ago
How to Build a Laravel MCP Server with Filament
Learn how to build a Laravel MCP server for your Filament admin. Expose your Eloquent data and resource structure to AI agents like Claude Code and Cursor.
Laravel 12 to 13 Upgrade Guide: Zero Breaking Changes Doesn't Mean Zero Work
Dev.to · Hafiz 3w ago
Laravel 12 to 13 Upgrade Guide: Zero Breaking Changes Doesn't Mean Zero Work
Laravel 12 to 13 upgrade guide: what actually breaks, what to pin in .env before running composer update, and how to use Laravel Boost to automate it.
Laravel AI SDK Goes Stable on March 17: What Changed and What to Check Before You Ship
Dev.to · Hafiz 3w ago
Laravel AI SDK Goes Stable on March 17: What Changed and What to Check Before You Ship
The Laravel AI SDK goes stable March 17 with Laravel 13. What changed in beta, your production readiness checklist, and whether your existing code still works.
The Ralph Wiggum Technique: Let Claude Code Work Through Your Entire Task List While You Sleep
Dev.to · Hafiz 1mo ago
The Ralph Wiggum Technique: Let Claude Code Work Through Your Entire Task List While You Sleep
The Ralph Wiggum technique lets Claude Code loop through your entire tasks.md autonomously. Here is the Laravel-specific guide with real task examples.
Git Worktrees for Laravel Developers: Run Multiple Claude Code Sessions in Parallel
Dev.to · Hafiz 1mo ago
Git Worktrees for Laravel Developers: Run Multiple Claude Code Sessions in Parallel
Learn how to use git worktrees with Laravel and Claude Code to run parallel AI sessions on the same project without context switching or database conflicts.
Fake Laravel Packages Are Targeting Your .env: How to Audit Your Composer Dependencies
Dev.to · Hafiz 1mo ago
Fake Laravel Packages Are Targeting Your .env: How to Audit Your Composer Dependencies
Fake Laravel packages on Packagist deploy RATs that expose your .env secrets. Learn to audit your Composer dependencies and lock down every project today.
Laravel 13 PHP Attributes: Refactor Your Models, Jobs, and Commands in 10 Minutes
Dev.to · Hafiz 1mo ago
Laravel 13 PHP Attributes: Refactor Your Models, Jobs, and Commands in 10 Minutes
Learn how to use PHP Attributes in Laravel 13 to replace class properties in models, queue jobs, and artisan commands. Practical before/after examples.
Laravel Skills Directory: How to Use AI Agent Skills (And Build Your Own)
Dev.to · Hafiz 1mo ago
Laravel Skills Directory: How to Use AI Agent Skills (And Build Your Own)
Learn how to use Laravel Skills directory to find, install, and build custom AI agent skills for Claude Code, Cursor, and more.
Laravel Blaze: What It Actually Does, When to Use It, and When It'll Break Your App
Dev.to · Hafiz 1mo ago
Laravel Blaze: What It Actually Does, When to Use It, and When It'll Break Your App
Laravel Blaze guide: the new Blade compiler from the Livewire team. Learn its three optimization tiers, setup, profiler, and gotchas to avoid.
Laravel AI SDK Tutorial Part 2: Build a RAG-Powered Support Bot with Tools and Memory
Dev.to · Hafiz 1mo ago
Laravel AI SDK Tutorial Part 2: Build a RAG-Powered Support Bot with Tools and Memory
Laravel AI SDK tutorial: build a RAG support bot with custom tools, conversation memory, vector embeddings, similarity search, and full testing. Step-by-step.
The Complete Laravel + Claude Code Ecosystem: Every Tool, Plugin, and Config You Actually Need
Dev.to · Hafiz 1mo ago
The Complete Laravel + Claude Code Ecosystem: Every Tool, Plugin, and Config You Actually Need
Complete guide to the Laravel + Claude Code ecosystem: Boost, plugins, skills, MCP servers, CLAUDE.md, and how all the pieces fit together.
Building SaaS with Laravel 12 and Filament 4: Complete 2025 Guide
Dev.to · Hafiz 1mo ago
Building SaaS with Laravel 12 and Filament 4: Complete 2025 Guide
Complete guide to building a SaaS with Laravel 12 and Filament 4. Covers multi-tenancy, Stripe subscriptions, and deployment. Perfect for developers launchin...
How to Make Your Laravel App AI-Agent Friendly (The Complete 2026 Guide)
Dev.to · Hafiz 1mo ago
How to Make Your Laravel App AI-Agent Friendly (The Complete 2026 Guide)
Learn how to make your Laravel app AI-agent friendly with llms.txt, Spatie's markdown-response package, structured data, and Laravel Boost.
Stop Vibe Coding Your Production Apps: A Case for Developer-Driven AI
Dev.to · Hafiz 1mo ago
Stop Vibe Coding Your Production Apps: A Case for Developer-Driven AI
Vibe coding ships fast but breaks faster. Learn the developer-driven AI approach that Laravel developers use to build production apps with AI assistance.
Laravel Boost and MCP Servers: The Context Your AI Agent is Missing
Dev.to · Hafiz 1mo ago
Laravel Boost and MCP Servers: The Context Your AI Agent is Missing
Learn how Laravel Boost and MCP servers give AI agents the context to write better Laravel code with guidelines, skills, and 15+ tools.
OpenClaw + Laravel Forge: Deploy Your AI Assistant in 5 Minutes
Dev.to · Hafiz 1mo ago
OpenClaw + Laravel Forge: Deploy Your AI Assistant in 5 Minutes
Deploy OpenClaw on Laravel Forge with Laravel VPS in under 5 minutes. Step-by-step guide for Laravel developers who want a self-hosted AI assistant.
Laravel Search in 2026: Full-Text, Semantic, and Vector Search Explained
Dev.to · Hafiz 1mo ago
Laravel Search in 2026: Full-Text, Semantic, and Vector Search Explained
Laravel 12 search guide: full-text, semantic, and vector search explained with code examples. Learn which approach fits your project.