Customize the 'Page expired' livewire message into a filament modal.
You can install the package via composer:
composer require marcelweidum/filament-expiration-notice
(Optional) When you want to customize the expiration modal you can publish the view by running:
php artisan vendor:publish --tag="filament-expiration-notice-views"
If you want to customize the translations, you can publish the translations by running:
php artisan vendor:publish --tag="filament-expiration-notice-translations"
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.