athphane / sumtingwong
Let users easily report things in your application that don't go according to plan
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 1
Language:Blade
Requires
- php: ^8.1
- blade-ui-kit/blade-heroicons: 1.4.0
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-10-09 18:26:36 UTC
README
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.