August 3, 2025
LaraAgent: Build AI Agents the Laravel Way
Create smart, self-hosted AI agents using artisan commands and familiar Laravel conventions
package

What is LaraAgent?
LaraAgent is a Laravel package by Revaz Gh. that helps you define and run AI agents directly in your Laravel app, no external services or bloated integrations. It provides a clean developer experience for setting up agents, tools, message history, and language model providers, all with artisan commands and PHP classes.
Get Started
composer require maestroerror/laragent php artisan vendor:publish --tag="laragent-config"
Then use php artisan make:agent SupportAgent
to start building.
Check it out: https://laravel-hub.com/package/laragent