PHPackages                             back1ng/chatgptlaravelignition - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. back1ng/chatgptlaravelignition

ActiveLibrary[Testing &amp; Quality](/categories/testing)

back1ng/chatgptlaravelignition
==============================

Adds the ChatGPT response to the error hint from laravel-ignition

v0.2.0(3y ago)012Apache-2.0PHPPHP &gt;=8.1

Since Feb 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Back1ng/chatgpt-laravel-ignition)[ Packagist](https://packagist.org/packages/back1ng/chatgptlaravelignition)[ RSS](/packages/back1ng-chatgptlaravelignition/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (7)Used By (0)

[![Example of usage](img/example.png)](img/example.png)

**Installation:**

Install package via composer with **--dev** flag:

```
composer require back1ng/chatgptlaravelignition --dev
```

Add this solution to your ignition.php config

```
    'solution_providers' => [
        \Back1ng\ChatGPTLaravelIgnition\Solutions\ChatGPTSolution::class,
    ],
```

Publish configuration file:

```
php artisan vendor:publish --provider="Back1ng\ChatGPTLaravelIgnition\ServiceProvider"
```

Add **OPENAI\_API\_KEY** to your .env

```
OPENAI_API_KEY=sk-...
OPENAI_MAX_TOKENS=256 //optional
```

Now for each error, there will be a request to ChatGPT.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

1248d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90703d248666b176908451a3cb6e6a4040e5996fa3188b171e4294bda11c91e5?d=identicon)[Back1ng](/maintainers/Back1ng)

---

Top Contributors

[![Back1ng](https://avatars.githubusercontent.com/u/50419205?v=4)](https://github.com/Back1ng "Back1ng (3 commits)")

---

Tags

testingdevChatGpt

### Embed Badge

![Health badge](/badges/back1ng-chatgptlaravelignition/health.svg)

```
[![Health](https://phpackages.com/badges/back1ng-chatgptlaravelignition/health.svg)](https://phpackages.com/packages/back1ng-chatgptlaravelignition)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k42.5M40.8k](/packages/orchestra-testbench)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[orchestra/workbench

Workbench Companion for Laravel Packages Development

8320.3M75](/packages/orchestra-workbench)[orchestra/testbench-core

Testing Helper for Laravel Development

27248.1M388](/packages/orchestra-testbench-core)[hotmeteor/spectator

Testing helpers for your OpenAPI spec

3051.6M1](/packages/hotmeteor-spectator)[guanguans/laravel-soar

SQL optimizer and rewriter for laravel. - laravel 的 SQL 优化器和重写器。

2248.4k](/packages/guanguans-laravel-soar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
