xqus/laravel-fuzz is a Laravel package.
It currently has 0 GitHub stars and 462 downloads on Packagist.
Install it with composer require xqus/laravel-fuzz.
Discover more Laravel packages by xqus
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Fuzz is a performance monitor for Laravel. It is similar to Laravel Telescope, but is made to also be used in a production environment.
composer require xqus\laravel-fuzz
Run php artisan fuzz:publish
Edit config/fuzz.php to your needs. As a minimum you need to add
your users e-mail address.
Run php artisan migrate to migrate your databases.
Visit the path you specified in the config file, default is /fuzz.
Laravel Fuzz will save the following information:
Laravel Fuzz is open-sourced software licensed under the MIT license.