bpocallaghan/log-activity
Log activities in your Laravel app
4,091
1
| Install | |
|---|---|
composer require bpocallaghan/log-activity |
|
| Latest Version: | 4.0.1 |
| PHP: | ^8.3 |
| License: | MIT |
| Last Updated: | Jun 29, 2026 |
| Links: | GitHub · Packagist |
Maintainer: bpocallaghan
Log Activity
Log activities in your Laravel app. This package is being used in the Admin Starter Project
Installation
You can install the package via composer:
composer require bpocallaghan/log-activity
The package will automatically register itself.
You can publish the migration with:
php artisan vendor:publish --provider="Bpocallaghan\LogActivity\LogActivityServiceProvider" --tag="migrations"
After publishing the migration you can create the log_activities table by running the migrations:
php artisan migrate
Related Packages
jeylabs/laravel-audit-log
A very simple audit logger to monitor the users of your website or application
5,501
6
spatie/laravel-activitylog
A very simple activity logger to monitor the users of your website or applicatio...
61,919,672
5,901