Discuss your project

Topic

Sonata-page

4 articles

Sonata Extra Bundle: application firewall

The SonataExtraBundle provides a set of enhanced features for managing firewall rules in the Sonata Admin environment. This bundle allows administrators to create and manage rules to filter requests based on different criteria such as forbidden words, IP addresses, and user agents.

Sonata Extra Bundle: managing HTTP redirects

Overview The header redirection tool is designed to manage redirections of incoming requests to your application. It allows the configuration of redirection rules with different HTTP status codes to effectively handle different redirection scenarios. Screens List view: Detailed view: Supported HTTP status codes 301 — permanent redirect: Indicates that the resource has been moved to a new URL permanently. 302 — temporary redirect: Indicates a temporary redirect to a different URL. 307 ...

Symfony 4 / Sonata: Install the Sonata Page CMS

Sonata is a suite of bundles for Symfony 4. One of which allows for content management in a WordPress-like manner.There is little documentation available on the internet, and for good reason, the installation is bugged, and the few people who have dealt with the bug tracker on GitHub, have been bluntly told to RTFM.Staying put with such failure is not really my style.Here's how to install and configure Sonata-Page-Bundle, with the official installation, and the workarounds for these F###ing ...