grimreapper / laravel-site-maintenance
Enable and disable laravel site maintenance mode
v1.2.2
2020-12-15 11:24 UTC
Requires
- php: ^7.2.5
This package is auto-updated.
Last update: 2025-04-04 15:45:54 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"