Laravel's Dave Hicking joins Gaga Darsalia, CEO of Redberry, to talk about how they build AI agents for clients using Laravel and LarAgent.
🚀 What is LarAgent?
LarAgent is an open-source framework that lets you create powerful AI agents in Laravel with minimal configuration and maximum extensibility.
LarAgent brings Laravel-grade productivity to AI agent development. That’s why Laravel + LarAgent is the most productive stack out there for building AI agents.
Whether you're looking to automate internal operations or build conversational experiences for your product, LarAgent offers developer-first tools:
Eloquent-style API for building real AI agents - define agents, tools, memories, and workflows
First-class tooling system with MCP server support
Pluggable memory & context management
Multi-agent workflows with queues, chainable tasks, and reasoning
Structured output for reliability and seamless integration
Multi-modal input and modular provider support
Extensive Event system for effortless customization and observability
Built-in API exposure via OpenAI-compatible schema
Learn how they build Proof of Concepts in a five week sprint, why they're excited about the AI SDK, and so much more.
https://github.com/MaestroError/LarAgent
Requirements:
Before installing LarAgent, make sure your environment meets the following requirements:
Laravel 10.x or higher
PHP 8.3 or higher
OpenAI API key or other supported LLM provider API key
You can install LarAgent via Composer:
composer require maestroerror/laragent
After installing the package, publish the configuration file:
php artisan vendor:publish --tag="laragent-config"