Another activity logger for laravel.
Use composer to install the package.
composer require ahmeddabak/history
From anywhere in your code, you can call the witness helper function to log an event to the database
witness('user.created');
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.