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

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

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

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