Download the PHP package emberrenewed/ai-error-laravel without Composer
On this page you can find all versions of the php package emberrenewed/ai-error-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download emberrenewed/ai-error-laravel
More information about emberrenewed/ai-error-laravel
Files in emberrenewed/ai-error-laravel
Download emberrenewed/ai-error-laravel
More information about emberrenewed/ai-error-laravel
Files in emberrenewed/ai-error-laravel
Vendor emberrenewed
Package ai-error-laravel
Short Description Enterprise-grade AI-powered error analysis, monitoring and auto-fix suggestions for Laravel 13 applications. Combines Telescope-style observability with multi-provider AI (OpenAI, Gemini, Claude, Ollama).
License MIT
Homepage https://github.com/emberrenewed/Ai-error-Laravel
Package ai-error-laravel
Short Description Enterprise-grade AI-powered error analysis, monitoring and auto-fix suggestions for Laravel 13 applications. Combines Telescope-style observability with multi-provider AI (OpenAI, Gemini, Claude, Ollama).
License MIT
Homepage https://github.com/emberrenewed/Ai-error-Laravel
Please rate this library. Is it a good library?
Informations about the package ai-error-laravel
# Laravel AI Error Analyzer
**Telescope-grade observability + multi-provider AI explanations, root-cause analysis and auto-fix suggestions for Laravel 11/12/13.**
[](https://packagist.org/packages/emberrenewed/ai-error-laravel)
[](https://github.com/emberrenewed/Ai-error-Laravel/actions)
[](LICENSE)
[](composer.json)
โจ Features
- ๐ค Multi-provider AI โ OpenAI, Gemini, Claude, Ollama, plus custom drivers
- ๐ช Beautiful dashboard โ TailwindCSS + Alpine.js, dark mode, glassmorphism
- ๐ Realtime โ
ShouldBroadcastevents for Reverb / Pusher / Soketi - ๐ง Smart deduplication โ fingerprint-based, identical errors share AI analysis
- ๐ก๏ธ Security first โ gated dashboard, encrypted runtime settings, redacted secrets
- ๐ Notifications โ Slack, Discord, Telegram, Mail with severity gating
- ๐งฐ Artisan kit โ
install,test,scan,clear,analyze,monitor - ๐งช Pest + PHPUnit โ full test suite, GitHub Actions matrix
- ๐ณ Docker โ turnkey compose for local Ollama dev
๐ Quick start
Run the queue worker that handles AI calls:
Visit /ai-errors in your browser. Done.
๐ธ Screenshots
Drop screenshots into
docs/screenshots/and link them here:
๐ง What the AI returns
For every captured exception you get a structured analysis:
๐๏ธ Architecture
๐งฐ Artisan commands
| Command | Description |
|---|---|
ai-errors:install |
Publish config/migrations and run them |
ai-errors:test |
Smoke-test the configured AI provider |
ai-errors:scan |
Backfill from storage/logs/laravel.log |
ai-errors:analyze {id} |
Re-run AI analysis on a specific log |
ai-errors:clear |
Purge logs older than retention |
ai-errors:monitor |
Tail recent errors in the terminal |
๐ก๏ธ Security
- Dashboard requires the
viewAiErrorAnalyzerGate (default: emails allow-list, local-only fallback). - API guarded by middleware + rate limiter.
- Secrets in
ai_error_settingsare encrypted viaAPP_KEY. - Secrets in payloads (
password,token,authorization, ...) are redacted before storage.
Read SECURITY.md for disclosure policy.
๐ค Contributing
PRs welcome โ see CONTRIBUTING.md. Please run:
๐ License
MIT โ see LICENSE.
All versions of ai-error-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
ext-json Version *
ext-mbstring Version *
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/queue Version ^11.0|^12.0|^13.0
illuminate/events Version ^11.0|^12.0|^13.0
guzzlehttp/guzzle Version ^7.8
ext-json Version *
ext-mbstring Version *
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/queue Version ^11.0|^12.0|^13.0
illuminate/events Version ^11.0|^12.0|^13.0
guzzlehttp/guzzle Version ^7.8
The package emberrenewed/ai-error-laravel contains the following files
Loading the files please wait ...