spork / maintenance
The maintenance package for Spork
1.0.0
2022-10-16 00:34 UTC
Requires
- php: >=8.0
Requires (Dev)
- orchestra/testbench: ^7.0
This package is not auto-updated.
Last update: 2026-02-23 12:54:48 UTC
README
Simply add to your spork app through composer!
composer require spork/maintenance
Publish your assets
php artisan vendor:publish --provider=Spork\\Maintenance\\MaintenanceServiceProvider
You'll need to run artisan migrate to ensure your database gets the new repeating events schema
Lastly, register the Service Provider in your Spork App's config/app.php file. That will automatically add the Maintenance entry to the menu.