Download the PHP package daycry/maintenancemode without Composer
On this page you can find all versions of the php package daycry/maintenancemode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daycry/maintenancemode
More information about daycry/maintenancemode
Files in daycry/maintenancemode
Download daycry/maintenancemode
More information about daycry/maintenancemode
Files in daycry/maintenancemode
Vendor daycry
Package maintenancemode
Short Description Maintenance mode for Codeigniter 4
License MIT
Homepage https://github.com/daycry/maintenancemode
Package maintenancemode
Short Description Maintenance mode for Codeigniter 4
License MIT
Homepage https://github.com/daycry/maintenancemode
Keywords maintenance
Please rate this library. Is it a good library?
Informations about the package maintenancemode
Maintenance Mode for Codeigniter 4
Installation via composer
Use the package with composer install
composer require daycry/maintenancemode
Configuration
Run command:
php spark mm:publish
This command will copy a config file to your app namespace.
Then you can adjust it to your needs. By default file will be present in app/Config/Maintenance.php
.
Commands Available
Use it
Method 1 (Recommended)
Create new event in app/Config/Events.php
Method 2
edit application/Config/Filters.php and add the new line in $aliases array:
and add "maintenance" in $globals['before'] array:
All versions of maintenancemode with dependencies
PHP Build Version
Package Version
The package daycry/maintenancemode contains the following files
Loading the files please wait ....