LaravelPackages.net
Acme Inc.
Toggle sidebar
athphane/sumtingwong

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

7
1
0.3
About athphane/sumtingwong

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

Sumtingwong

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.

Comments