2017 © Pedro Peláez
 

library laravel-userlog

User log for laravel

image

jlxh/laravel-userlog

User log for laravel

  • Monday, August 15, 2016
  • by iat
  • Repository
  • 1 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

Laravel-UserLog (Laravel 5 Package)

Build Status StyleCI Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Laravel-UserLog is a succinct and flexible way to add user logs to Laravel 5., (*2)

Installation

In order to install Laravel 5 UserLog, just add, (*3)

"jlxh/laravel-userlog": ">=1.*"

to your composer.json. Then run composer install or composer update., (*4)

or you can run the composer require command from your terminal:, (*5)

composer require jlxh/laravel:1.*

Then in your config/app.php add, (*6)

    Jlxh\UserLog\UserLogServiceProvider::class,

in the providers array and, (*7)

    'UserLog'   => Jlxh\UserLog\UserLogFacade::class,

to the aliases array., (*8)

Configuration

You can also publish the configuration for this package to further customize table names and model namespaces. Just use php artisan vendor:publish and a userlog.php file will be created in your app/config directory., (*9)

Now generate the UserLog migration:, (*10)

php artisan userlog:migration

It will generate the <timestamp>_userlog_setup_tables.php migration. You may now run it with the artisan migrate command:, (*11)

php artisan migrate

After the migration, one new table will be present: - user-log — stores user logs, (*12)

Usage

Concepts

Let's create log as following:, (*13)

use UserLog;
...

$log = UserLog::create(1, 'title', 'A', 'data', 'sql');

Troubleshooting

License

Entrust is free software distributed under the terms of the MIT license., (*14)

Contribution guidelines

Support follows PSR-1 and PSR-4 PHP coding standards, and semantic versioning., (*15)

Please report any issue you find in the issues page. Pull requests are welcome., (*16)

The Versions

15/08 2016

dev-master

9999999-dev https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log

15/08 2016

v1.0.1

1.0.1.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log

15/08 2016

v1.0

1.0.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log

07/08 2016

v0.9

0.9.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log

06/08 2016

dev-analysis-zREEEK

dev-analysis-zREEEK https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log

06/08 2016

dev-analysis-8Qlllp

dev-analysis-8Qlllp https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log

04/08 2016

dev-analysis-q2ZQLR

dev-analysis-q2ZQLR https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

laravel log

04/08 2016

v0.8

0.8.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

laravel log

03/08 2016

v0.7

0.7.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

laravel log

03/08 2016

v0.6

0.6.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

laravel log

02/08 2016

v0.5

0.5.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

laravel log

02/08 2016

v0.4

0.4.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

laravel log

02/08 2016

v0.3

0.3.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

 

laravel log

01/08 2016

v0.2

0.2.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • laravel >=5.1

 

laravel log

01/08 2016

v0.1

0.1.0.0 https://github.com/jlxh/laravel-userlog

User log for laravel

  Sources   Download

MIT

The Requires

  • php >=5.5.9
  • laravel 5.1.*

 

laravel log