grimreapper/laravel-site-maintenance

Enable and disable laravel site maintenance mode

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

This package is auto-updated.

Last update: 2024-06-04 13:49:25 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"