https://github.com/spatie/laravel-error-share
Share your Laravel errors
https://github.com/spatie/laravel-error-share
exceptions flare laravel php
Last synced: about 1 year ago
JSON representation
Share your Laravel errors
- Host: GitHub
- URL: https://github.com/spatie/laravel-error-share
- Owner: spatie
- License: mit
- Created: 2024-05-29T13:23:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T11:13:55.000Z (over 1 year ago)
- Last Synced: 2025-03-29T14:08:43.370Z (about 1 year ago)
- Topics: exceptions, flare, laravel, php
- Language: PHP
- Homepage: https://flareapp.io/blog/introducing-laravel-error-share
- Size: 79.1 KB
- Stars: 38
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Share your Laravel errors
[](https://packagist.org/packages/spatie/laravel-error-share)
[](https://github.com/spatie/laravel-error-share/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/spatie/laravel-error-share/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/spatie/laravel-error-share)
Imagine that you’re working on a project locally and that you bump into an exception. You try to figure out what the problem is, but you’re unable to find a solution. In that case, you might want to ask a colleague for help.
Instead of immediately start screen sharing with your colleague (or letting your colleague roll their chair to your desk if you work in office), it might be handy to just send a link to your colleague where he or she can see that exception in detail.

## Support us
[
](https://spatie.be/github-ad-click/laravel-error-share)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Installation
You can install the package via composer:
```bash
composer require spatie/laravel-error-share --dev
```
That's it. Trigger an error and you'll see a share button.
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Ruben Van Assche](https://github.com/rubenvanassche)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.