Skip to content

Commit

Permalink
📝 Added Github CI Badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yungts97 committed Jan 22, 2022
1 parent 43a11b4 commit d9525e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<a href="https://packagist.org/packages/yungts97/laravel-user-activity-log">
<img src="https://img.shields.io/packagist/dt/yungts97/laravel-user-activity-log?color=ff69b4"/>
</a>
<a href="https://github.com/yungts97/laravel-user-activity-log/actions">
<img src="https://github.com/yungts97/laravel-user-activity-log/workflows/CI/badge.svg"/>
</a>
</p>

`yungts97/laravel-user-activity-log` is a package for Laravel 8.x that provides easy to use features to log the activities of the users of your Laravel app. It provides automatic logging for the model events without complicated action. All activity will be stored in the `logs` table.
Expand Down

0 comments on commit d9525e7

Please sign in to comment.