This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hello everyone,
With standard Laravel you have the facility to use php artisan down to place your application into maintenance mode, then you have the facility to customise the maintenance page by creating a .blade.php file within errors/503.blade.php
I've noticed that php artisan down works with October and displays a standard October Maintenance Mode screen, is there any facility to edit this? I know there is plugins for maintenance but I don't see why the wheel needs re-invented. Lack of documentation on this matter had lead me to try here.
Thanks
Custom maintenance page
- Go to Settings > CMS > Maintenanve mode in the backend.
- Check the option "Enable maintenance mode" and select the page you want to show
Custom 404 page
If the theme contains a page with the URL /404, it is displayed when the system can't find a requested page.
Custom error page
By default any errors will be shown with a detailed error page containing the file contents, line number and stack trace where the error occurred. You can display a custom error page by setting the configuration value debug to false in the config/app.php script and creating a page with the URL /error.
https://octobercms.com/docs/services/error-log#custom-error-page
Last updated
1-2 of 2