Skip to content

Commit

Permalink
#8 Update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MattYeend committed Jan 21, 2025
1 parent 3e295e0 commit 0d78e69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ Add additional functionality by extending the `Log` model in your application.
Ensure `data` passed to `Log::log()` is either `null` or an array. Example:
`Log::log(Log::ACTION_LOGIN, ['key' => 'value'], auth()->id());`

## Testing
To run tests, follow the next steps:
1. Install dependencies:
```bash
composer install
```
2. Run the tests:
```bash
composer test
```

## License
This package is licensed under the MIT License.

Expand Down

0 comments on commit 0d78e69

Please sign in to comment.