progminer / maintenance-screen-project
The "Maintenance mode" screen for your site
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- progminer/maintenance-screen: ^4.0
- symfony/yaml: ^4.0
- twig/twig: ^2.4
README
The "Maintenance mode" screen for your site
Install
Via Composer
$ composer create-project progminer/maintenance-screen-project
Usage
After install you have a fully working site.
Root of your maintenance screen site is public/
directory.
You can add templates to app/templates/
and select the current template by changing the template_name
field at `app/config/config.yml'.
You can add translations to app/translations/
and select the default language by changing the default_language
field at `app/config/config.yml'.
Also you could change site charset by set charset
field at app/config/config.yml
.
Also if you want to change the favicon of your site,
replace file public/favicon.ico
with your icon.
For use other format edit template.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email eridan200@mail.ru instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.