/laravel-witness

Primary LanguagePHPMIT LicenseMIT

History

Another activity logger for laravel.

Installation

Use composer to install the package.

composer require ahmeddabak/history

Usage

From anywhere in your code, you can call the witness helper function to log an event to the database

witness('user.created');

Contributing

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.

License

MIT