hsky/actionlog

The helper class for Laravel 5 applications to get record user log and api log

1.1.4 2017-01-22 05:43 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:14:41 UTC


README

#基于laravel5.1

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