Download the PHP package esoftdream/maintenance-mode without Composer
On this page you can find all versions of the php package esoftdream/maintenance-mode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download esoftdream/maintenance-mode
More information about esoftdream/maintenance-mode
Files in esoftdream/maintenance-mode
Download esoftdream/maintenance-mode
More information about esoftdream/maintenance-mode
Files in esoftdream/maintenance-mode
Vendor esoftdream
Package maintenance-mode
Short Description Maintenance Mode module for CodeIgniter 4
License proprietary
Package maintenance-mode
Short Description Maintenance Mode module for CodeIgniter 4
License proprietary
Please rate this library. Is it a good library?
Informations about the package maintenance-mode
Maintenance Mode for Codeigniter 4
Easily manage maintenance mode for your CodeIgniter 4 \ application with this CLI-powered module.\ View available commands for activating, deactivating, and \ customizing maintenance mode.
Setup
Open app/Config/Events.php and insert the provided code to\ implement a maintenance mode check.
Additional
Open the file app/Config/Exception.php in your code editor.\
Locate the line containing public array $ignoreCodes = [404];
.\
Add, 503 within the square brackets to ignore 503 status codes for logging.\
Save your changes.
All versions of maintenance-mode with dependencies
PHP Build Version
Package Version
Requires
codeigniter4/framework Version
^4.3
The package esoftdream/maintenance-mode contains the following files
Loading the files please wait ....