Download the PHP package geowrgetudor/command-history without Composer
On this page you can find all versions of the php package geowrgetudor/command-history. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download geowrgetudor/command-history
More information about geowrgetudor/command-history
Files in geowrgetudor/command-history
Package command-history
Short Description Track Laravel Artisan commands executions inside Laravel Pulse
License MIT
Homepage https://github.com/geowrgetudor/command-history
Informations about the package command-history
Artisan command history for Laravel Pulse
View what artisan commands have been executed, how many times and if they were successful or failed.
Installation
You can install the package via composer:
Optionally, you can publish the views using
Usage
Register the recorder inside config/pulse.php
. (If you don\'t have this file make sure you have published the config file of Laravel Pulse using php artisan vendor:publish --tag=pulse-config
)
Publish Laravel Pulse dashboard.blade.php
view using php artisan vendor:publish --tag=pulse-dashboard
Then you can modify the file and add the disk-metrics livewire template.
Testing
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
- George Tudor
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of command-history with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0|^11.0
laravel/pulse Version ^1.0@beta