Laravel Packages
1 min read
Laravel Tackle: Run an AI Coding Agent in Your Laravel App
Laravel Tackle is an embedded coding agent package that automates migrations, refactoring, and Pest tests via artisan commands.
Automated Coding Tasks with Laravel Tackle
Laravel Tackle brings an autonomous coding assistant into your local Laravel environment. Designed for rapid iteration, Tackle can create database migrations, write controller actions, and generate Pest test suites.
$ php artisan tackle:make "Create a subscription billing migration and model with status and renewal_date"