PHPackages                             skycoder/user-log - 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. skycoder/user-log

ActiveLibrary

skycoder/user-log
=================

An Awesome Package That Store User Creating, Updating, Approved and Company Log

25PHP

Since Dec 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/skycoder026/user-log)[ Packagist](https://packagist.org/packages/skycoder/user-log)[ RSS](/packages/skycoder-user-log/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Description [![Build Status](https://camo.githubusercontent.com/5f66dc4e3068851ea61784fac29acabd8f0ccb0273892cca5626b35870622f4d/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6a6572657369672f6a71756572792e686f746b6579732e706e67)](http://travis-ci.org/jeresig/jquery.hotkeys)
==============================================================================================================================================================================================================================================================================================

[](#description-)

**User Log** is a small package, that can help you to stored log of created, updated and approved user and also store auth user company.

This is a small package to easy and simplify your code.

Installation Process
--------------------

[](#installation-process)

```
composer require skycoder/user-log
```

Publish View
------------

[](#publish-view)

`php artisan vendor:publish` press the number which hold `user-log`

Uses
----

[](#uses)

You should use `use UserLog;` trait to your model which contain `use Skycoder\UserLog\UserLog;` namespace

And also use `@include('user-log::user-logs', ['data' => $item])` to your table where you display your data. here $item is your model data.

Example for Model
-----------------

[](#example-for-model)

```
