An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Share your Laravel errors

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-error-share.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-error-share)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-error-share/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/spatie/laravel-error-share/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-error-share/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/spatie/laravel-error-share/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-error-share.svg?style=flat-square)](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.

![Screenshot of Laravel Error Share](https://github.com/spatie/laravel-error-share/assets/1561079/99cc3fdb-b1df-4b14-a89f-229bbe79dabc)

## 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.