nmfzone / laravel-action-log
Give your application ability to log all action that have been made.
v0.2
2019-10-29 20:38 UTC
Requires
- php: ^7.1
- illuminate/config: ~5.5.0|~5.6.0|~5.7.0|~5.8.0
- illuminate/database: ~5.5.0|~5.6.0|~5.7.0|~5.8.0
- illuminate/support: ~5.5.0|~5.6.0|~5.7.0|~5.8.0
Requires (Dev)
- orchestra/testbench: ~3.5.0|~3.6.0|~3.7.0
- phpunit/phpunit: ^7.4
This package is auto-updated.
Last update: 2024-10-29 05:28:47 UTC
README
Keep in track to what your application does.
This package give your application ability to log the action that have been made. It also support to reverse the action. This package inspired by the Laravel Migration. It's just the same thing that Laravel Migration does.
Installation
You can install the package via composer:
composer require nmfzone/laravel-action-log
The package will automatically register itself.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email 123.nabil.dev@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.