netlogix/errorhandler

Last activity 11 Apr 2025 1 14664
composer require netlogix/errorhandler

dev-fix/empty-dimension-path-segments

Version
dev-fix/empty-dimension-path-segments
Type
neos-package
Release Date
Apr 11, 2025 07:30
Source
git
Distribution
zip
Requires
  • php: ^7.3 || ^8.0
  • ext-curl: *
  • guzzlehttp/guzzle: ~6.0 || ~7.0
  • neos/neos: ^7.3 || ^8.0
  • neos/flow: ^7.3.2 || ^8.0
  • symfony/yaml: ^5.1 || ^6.0 || ^7.0
Suggest
  • netlogix/sentry: Log exceptions to sentry
MIT e1868d004b54f6e1aff1e6402152937ae32b47eb

Readme excerpt

Netlogix ErrorHandler for Neos

This package allows you to generate static error pages by using the content of Neos pages. These static files will be used for error handling in Flow & Neos depending on their configuration.

You can also use these files as ErrorDocument in your webserver.

Install package

composer require netlogix/errorhandler

Configuration

Provide configuration for every site and status code you need:

Netlogix: ErrorHandler: pages: # siteNodeName of all Sites that you want to generate error pages for 'my-site-without-dimensions': - # The status codes this error page is generated for …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 29 package(s).