xqus / laravel-fuzz
Installs: 461
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:CSS
Requires
- livewire/livewire: ^2.2.6
Requires (Dev)
- orchestra/testbench: ^5.1
- phpunit/phpunit: ^9.1@dev
This package is auto-updated.
Last update: 2024-12-08 19:15:43 UTC
README
About
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.
Installing
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
.
Features
Laravel Fuzz will save the following information:
- Execution time
- Number of database queries executed
- Time used on database queries
- Memory usage
- Request information
Todo
- Count number of models hydrated
- Finalize Dashboard
License
Laravel Fuzz is open-sourced software licensed under the MIT license.