athphane/sumtingwong

Let users easily report things in your application that don't go according to plan

0.3 2023-05-16 18:45 UTC

This package is auto-updated.

Last update: 2024-05-09 17:33:18 UTC


README

Latest Version on Packagist run-tests Total Downloads

Add functionality to your application so users can report errors and bugs they find while using the application.

Especially helpful in staging environments and during UA testing.

Installation

You can install the package via composer:

composer require athphane/sumtingwong

You can publish and run the migrations with:

php artisan vendor:publish --tag="sumtingwong-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="sumtingwong-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="sumtingwong-views"

Usage

$sumtingwong = new Athphane\Sumtingwong();
echo $sumtingwong->echoPhrase('Hello, Athphane!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.