Download the PHP package hsvisus/attendance without Composer
On this page you can find all versions of the php package hsvisus/attendance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package attendance
考勤系统功能
- 发布
php artisan vendor:publish --provider="Hsvisus\Attendance\AttendProvider"
- 数据库迀移
php artisan migrate
- 添加服务和门面别名 在app.config里
Hsvisus\Attendance\AttendProvider::class; 'Attend' => Hsvisus\Attendance\FacadeService::class,
- 总共分两个模块 考勤打卡模块和考勤统计模块
-
编写打卡事件订阅者
- 门面方法:
All versions of attendance with dependencies
PHP Build Version
Package Version
No informations.
The package hsvisus/attendance contains the following files
Loading the files please wait ....