mediamotionag / contao-dev-bundle
Development Settings Bundle
Installs: 3 217
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.1 || ^8.1
- contao/core-bundle: ^4.13 || ^5.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- roave/security-advisories: dev-latest
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-11-10 10:09:01 UTC
README
About
Use this bundle while building a new website. It let's you overwrite the robots tag and the "no-cache" for all pages based on the current url (dev-domains). So no development-domain get indexed ever again :)
Installation
Install composer if you haven't already. Afterwords, you can add the bundle like this:
composer require mediamotionag/contao-dev-bundle
Usage
- Install Bundle
- Go to Contao Settings to see the options under "Entwickler Einstellungen"
- Define your development-domains - like: 127.0.0.1,localhost etc.
- Enjoy
Contribution
Bug reports and pull requests are welcome