Let users easily report things in your application that don't go according to plan
athphane/sumtingwong is a Laravel package for let users easily report things in your application that don't go according to plan.
It currently has 1 GitHub stars and 7 downloads on Packagist (latest version 0.3).
Install it with composer require athphane/sumtingwong.
Discover more Laravel packages by athphane
or browse all Laravel packages to compare alternatives.
Last updated
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.
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"
$sumtingwong = new Athphane\Sumtingwong();
echo $sumtingwong->echoPhrase('Hello, Athphane!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.