Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/contao-root-protection
https://github.com/terminal42/contao-root-protection
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/terminal42/contao-root-protection
- Owner: terminal42
- License: mit
- Created: 2020-02-10T19:43:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T13:00:03.000Z (11 months ago)
- Last Synced: 2024-11-25T06:45:22.293Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# terminal42/contao-root-protection
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:
```bash
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](LICENSE)