Skip to content

Bring back Laravel Ignition for better error reporting#27

Open
thinkstylestudio wants to merge 3 commits into
developfrom
feature/bring-back-laravel-ignition-a5b5
Open

Bring back Laravel Ignition for better error reporting#27
thinkstylestudio wants to merge 3 commits into
developfrom
feature/bring-back-laravel-ignition-a5b5

Conversation

@thinkstylestudio
Copy link
Copy Markdown

Summary

Adds spatie/laravel-ignition as a dev dependency to restore Ignition’s detailed error pages during local development when APP_DEBUG=true.

Changes

  • Added spatie/laravel-ignition (^2.9) to require-dev
  • Updated composer.lock with Ignition and its Spatie dependencies

Notes

  • Ignition auto-registers via Laravel package discovery; no extra bootstrap or config changes are required for the default setup.
  • Ignition is a dev dependency, so it is not installed in production builds that omit dev packages (composer install --no-dev).
  • Optional: publish config with php artisan vendor:publish --provider="Spatie\LaravelIgnition\IgnitionServiceProvider" if you want to customize Ignition or integrate with Flare.

Closes #12.

Open in Web Open in Cursor 

Justin Rhodes and others added 3 commits August 11, 2025 21:01
Restores Laravel Ignition as a dev dependency so local development
shows detailed, actionable error pages when APP_DEBUG is enabled.

Closes #12.

Co-authored-by: Theron Smith <theron+github@thinkstylestudio.com>
@thinkstylestudio thinkstylestudio self-assigned this May 20, 2026
@thinkstylestudio thinkstylestudio marked this pull request as ready for review May 20, 2026 06:46
@thinkstylestudio thinkstylestudio changed the base branch from main to develop May 20, 2026 07:15
Copy link
Copy Markdown

@dpellenwood dpellenwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bring back Laravel Ignition for better error reporting

4 participants