PHPackages                             beaplat/activity - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. beaplat/activity

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

beaplat/activity
================

Auto activity log for Laravel 5.x

1.0.0(9y ago)115MITPHP

Since Mar 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/beaplat-61f/activity)[ Packagist](https://packagist.org/packages/beaplat/activity)[ RSS](/packages/beaplat-activity/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

> This is an automatic log for Laravel 5, you can use the trait in the model class

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

[](#installation)

Run the following command to install

```
composer require beaplat/activity

```

Open your `config/app.php` and add the following to the `providers` array

```
Beaplat\Activity\ActivityServiceProvider::class,

```

In the same `config/app.php` and add the following to the `aliases` array

```
'Activity' => Beaplat\Activity\Facades\Activity::class,

```

Run the command below to publish the migration file

```
php artisan vendor:publish

```

Run it with the artisan migrate command

```
php artisan migrate

```

Use
---

[](#use)

```
