xezw211 / actionlog by xezw211

The helper class for Laravel 5 applications to get record user log and api log
158
0
2
Package Data
Maintainer Username: xezw211
Maintainer Contact: xezw211@gmail.com (hsky)
Package Create Date: 2016-04-21
Package Last Update: 2017-01-22
Language: PHP
License: MIT
Last Refreshed: 2024-05-01 15:02:26
Package Statistics
Total Downloads: 158
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

#基于laravel5.1

  1. 记录用户行为日志
    1. 记录insert行为
      1. writeUserInsertLog()
    2. 记录update行为
      1. writeUserUpdateLog()
    3. 记录select行为
      1. writeUserSelectLog()
    4. 记录delete行为
      1. writeUserDeleteLog()
  2. 记录api调用日志