grimreapper/laravel-site-maintenance

Enable and disable laravel site maintenance mode

Maintainers

Package info

github.com/grim-reapper/laravel-site-maintenance

pkg:composer/grimreapper/laravel-site-maintenance

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.2.2 2020-12-15 11:24 UTC

This package is auto-updated.

Last update: 2026-03-04 17:52:06 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

  1. Require the package using composer
    composer require grimreapper/laravel-site-maintenance
  2. Publish the configuration
    php artisan vendor:publish --provider="GrimReapper\LaravelSiteMaintenance\LaravelSiteMaintenanceServiceProvider"