Download the PHP package shamarkellman/advanced-maintenance without Composer
On this page you can find all versions of the php package shamarkellman/advanced-maintenance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package advanced-maintenance
Advanced Maintenance/Coming Soon
Laravel package to allow accessible links after running Laravel down.
Great for project which have admin panels or cms functionality where stuff needs to be configured before going live in production.
Requirements
- PHP >= 5.6
- Laravel >= 5.4
Installation
Add the service provider in your config/app.php (Laravel 5.4)
Publish Config and views
php artisan vendor:publish --force --provider="Shamarkellman\AdvancedMaintenance\AdvancedMaintenanceServiceProvider"
Usage
Add urls to advanced-maintenance.php config file Example
Edit errors/503.blade.php to customize view.
NB - Can also be used for coming soon pages.
Credits
- Shamar Kellman
License
Published under MIT License
All versions of advanced-maintenance with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package shamarkellman/advanced-maintenance contains the following files
Loading the files please wait ....