2017 © Pedro Peláez
 

library activitylogs

laravel activitylogs

image

xiuchanghu/activitylogs

laravel activitylogs

  • Tuesday, September 22, 2015
  • by xiuchanghu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 123 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

laravel activitylogs 系统日志

初始化

composer require xiuchanghu/activitylogs 1.0.0
文件config/app.php
providers数组增加
'Xiuchanghu\ActivityLogs\ActivityLogsServiceProvider',
aliases下增加
'Activity' => 'Xiuchanghu\ActivityLogs\Models\Activity',
php artisan migrate --path=vendor/xiuchanghu/activitylogs/src/migrations
php artisan vendor:publish

使用

Activity::log([
    'contentId'   => $user->id,
    'contentType' => 'User',
    'action'      => 'Create',
    'description' => '建立用户',
    'details'     => 'Username: '.$user->username,
]);

The Versions

22/09 2015

dev-master

9999999-dev

laravel activitylogs

  Sources   Download

MIT

The Requires

 

by Xiu Changhu

22/09 2015

1.0.0

1.0.0.0

laravel activitylogs

  Sources   Download

MIT

The Requires

 

by Xiu Changhu