✕
Search
Home
Find Packages
Contact
Home
Find Packages
Contact
✕
Search
hsky/actionlog
The helper class for Laravel 5 applications to get record user log and api log
161
Install
composer require hsky/actionlog
Latest Version:
1.1.4
PHP:
>=5.5.9
License:
MIT
Last Updated:
Jan 22, 2017
Links:
GitHub
·
Packagist
Maintainer:
xezw211
#基于laravel5.1
记录用户行为日志
记录insert行为
writeUserInsertLog()
记录update行为
writeUserUpdateLog()
记录select行为
writeUserSelectLog()
记录delete行为
writeUserDeleteLog()
记录api调用日志