Download the PHP package el-schneider/statamic-maintenance-mode without Composer

On this page you can find all versions of the php package el-schneider/statamic-maintenance-mode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package statamic-maintenance-mode

Statamic Maintenance Mode

Manage maintenance mode through Statamic's control panel using Laravel's native maintenance system

Requirements

Features

Installation

The addon automatically detects your Statamic version and uses the appropriate UI — an Inertia Vue component on v6, a Blade view on v5.

Usage

Navigate to Utilities > Maintenance in the control panel to configure and activate maintenance mode.

Access is controlled through Statamic permissions:

Super users can always access both.

When upgrading, grant bypass maintenance mode to any non-super roles that previously relied on access cp to browse during maintenance.

Configuration

Publish the configuration file:

Refer to the published configuration file (config/statamic/maintenance-mode.php) for available options.

Customizing the Error Page

When no Statamic entry is selected, visitors see Laravel's default 503 error page.

To customize it, publish Laravel's error templates:

Then edit resources/views/errors/503.blade.php.

Static Caching

When using Statamic's full measure static caching, your web server serves pre-rendered HTML files directly, bypassing PHP entirely. This means Laravel's maintenance mode check won't run for cached pages.

To ensure maintenance mode works correctly, modify your server config to skip static file serving when the down file exists. This forces requests through PHP where Laravel can handle maintenance mode properly.

Nginx:

Apache (.htaccess):

Half measure static caching works without server configuration since requests still pass through PHP.


All versions of statamic-maintenance-mode with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
statamic/cms Version ^5.73.21 || ^6.15
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package el-schneider/statamic-maintenance-mode contains the following files

Loading the files please wait ...