Changelog
What's new in LaraCopilot
Changelog
Stay up to date with the latest improvements and new features in LaraCopilot.
April 2025
Agent API — Public Release
The LaraCopilot Agent API is now publicly available. Build and iterate on Laravel apps programmatically using the three new endpoints:
POST /api/v1/agent/generate— generate a new projectPOST /api/v1/agent/generate/{projectId}— follow-up promptsGET /api/v1/agent/project/{projectId}— check project status
See Authentication to get started.
API Tokens
Generate API tokens from Settings → API Tokens in your LaraCopilot account. Tokens are scoped to your team and can be revoked at any time.
Telegram Bot Integration
Connect your Telegram account to receive notifications and trigger generation from a bot. See Telegram for setup instructions.
March 2025
GitHub Export
Export any generated project directly to a GitHub repository with one click. See GitHub Export.
Laravel Cloud Deployment
Deploy generated projects to Laravel Cloud without leaving LaraCopilot. See Laravel Cloud.
Build Mode & Design Mode
Choose between build (full-stack Laravel) and design (frontend-focused) when generating a project.
February 2025
Initial Release
LaraCopilot launched with AI-powered Laravel code generation, a browser-based IDE (Monaco Editor + terminal), and project management.