terminal42/contao-root-protection

A Contao bundle that allows you to protect individual root pages via HTTP Basic Authentication

Fund package maintenance!
terminal42
Other

Installs: 5 230

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 6

Forks: 1

Open Issues: 0

Type:contao-bundle

1.1.0 2024-02-02 12:59 UTC

This package is auto-updated.

Last update: 2024-03-31 13:17:05 UTC


README

A Contao bundle that allows you to protect individual root pages via HTTP Basic Authentication.

Features

  • Require visitors to enter a username-password combination prior accessing the website (configuration per root page)

Installation

Choose the installation method that matches your workflow!

Installation via Contao Manager

Search for terminal42/contao-root-protection in the Contao Manager and add it to your installation. Finally, update the packages.

Manual installation

Add a composer dependency for this bundle. Therefore, change in the project root and run the following:

composer require terminal42/contao-root-protection

Depending on your environment, the command can differ, i.e. starting with php composer.phar … if you do not have composer installed globally.

Then, update the database via the Contao install tool.

License

This bundle is released under the MIT license