deesynertz/laravel-visitor
最新稳定版本:v1.1.1
Composer 安装命令:
composer require deesynertz/laravel-visitor
包简介
laravel-visitor
README 文档
README
Features
Installation
Using Composer run
composer require deesynertz/laravel-visitor
Laravel >= 5.5
That's it! The package is auto-discovered on 5.5 and up!
Laravel <= 5.4
Add the service provider to the providers array in your config/app.php file:
'providers' => [ // Other Laravel service providers... /* * Package Service Providers... */ Deesynertz\Visitor\VisitorServiceProvider::class, // Other package service providers... ],
Usage
after Visitor wants to leave the building must sign out so that action will be facilitated by helper function
updateEndingAttr() to change the ending time
add HasVistors
Contributions
Contributions and feedback are welcome! Feel free to open an issue or submit a pull request on GitHub.
License
This package is open-source software licensed under the MIT license.
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-18