grimreapper / laravel-site-maintenance
Enable and disable laravel site maintenance mode
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/grimreapper/laravel-site-maintenance
Requires
- php: ^7.2.5
This package is auto-updated.
Last update: 2025-10-04 16:56:27 UTC
README
Please do not use this package for your website, I just created this package to use in my own projects, because it's all structured is specific to my projects.
Installation
- Require the package using composer
composer require grimreapper/laravel-site-maintenance
- Publish the configuration
php artisan vendor:publish --provider="GrimReapper\LaravelSiteMaintenance\LaravelSiteMaintenanceServiceProvider"