PHPackages                             mark-villudo/activity-logs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. mark-villudo/activity-logs

ActiveLibrary[Admin Panels](/categories/admin)

mark-villudo/activity-logs
==========================

Laravel package API for user activity logs

18594↓91.7%1PHP

Since Nov 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MarkVilludo/activity-logs)[ Packagist](https://packagist.org/packages/mark-villudo/activity-logs)[ RSS](/packages/mark-villudo-activity-logs/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Activity logs
=============

[](#activity-logs)

Laravel package to log each user's activity in the system.

Usage after Installed package.
------------------------------

[](#usage-after-installed-package)

```
storeActivity('user type' , 'User Action', 'Description');

```

Installation
------------

[](#installation)

Require this package with composer.

```
composer require mark-villudo/activity-logs
```

Setup Migrations and Model
--------------------------

[](#setup-migrations-and-model)

Make model with migration file at the same time.
 Note: At the package the model used is under "App\\Models" then please do so.

```
php artisan make:model Models/ActivityLog -m

```

Activity Logs Table Structure

```
