Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Symfony Exception Handler with Spatie Ignition #56

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

AliceKLWilliams
Copy link
Collaborator

What does this implement/fix? Explain your changes.

Replaces the Symfony Exception Handler with the Spatie Ignition package - https://github.com/spatie/ignition. This provides a nicer debugging experience as the error page can show you the code in which the error was thrown, for example in this image from their Github repo:

image

Does this close any currently open issues?

#32 - This issue requested we move to the Laravel exception handler (which at the time was Whoops), but Laravel have now moved to use Spatie Ignition.

#54 - This PR replaces the Symfony exception handler, so these deprecation errors will no longer appear.

Any other comments?

Some of the work on #52 will no longer be required, as the error handler has been replaced

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.

1 participant