Filament Crash
Table of Contents
Filament plugin to enforce your client to pay your project
Warning! This package will make your client scream to you.
Installation #
composer require koalafacade/filament-crash
After the package installed it the package automatically serving the javascript to make blank your filament page base on due date your input.
Usage #
You need to set the due date and the deadline, you can put these in your .env
DUE_DATE="2023-01-17"
DEADLINE_DAYS=10
those env will set the due date to 2023-01-17 and make the filament page will fully blank when 2023-01-27 (10 days after due date).
There's no articles to list here yet.