mediamotionag/contao-dev-bundle

Development Settings Bundle

v3.0.0 2025-07-30 05:57 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

  1. Install Bundle
  2. Go to Contao Settings to see the options under "Entwickler Einstellungen"
  3. Define your development-domains - like: 127.0.0.1,localhost etc.
  4. Enjoy

Contribution

Bug reports and pull requests are welcome