vkovic/laravel-event-log
Composer 安装命令:
composer require vkovic/laravel-event-log
包简介
Easy way to log user created events
README 文档
README
Easy way to log user created events
Lorem ipsum
Compatibility
The package is compatible with Laravel versions 5.5, 5.6, 5.7 and 5.8.
Installation
Install the package via composer:
composer require vkovic/laravel-event-log
Run migrations to create table which will be used to store event logs:
php artisan migrate
Usage
Contributing
If you plan to modify this Laravel package you should run tests that comes with it.
Easiest way to accomplish this would be with Docker, docker-compose and phpunit.
TIP: If you're planning to help writing tests, please consult this tutorial
First, we need to initialize Docker containers:
docker-compose up -d
After that, we can run tests and watch the output:
docker-compose exec app vendor/bin/phpunit
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-19