Skip to content

contao/contao-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e13454d · Jan 31, 2025
Feb 17, 2022
Oct 5, 2023
Jan 30, 2025
Feb 22, 2024
Jun 12, 2024
Feb 26, 2024
Jan 31, 2025
Dec 14, 2023
Aug 19, 2021
Dec 27, 2017
Jun 12, 2024
Jun 12, 2024
Feb 28, 2017
Aug 11, 2023
Feb 26, 2024
Dec 14, 2023
Jun 13, 2024
Oct 13, 2023
Jan 30, 2025
Feb 12, 2024
Aug 11, 2023
Jan 30, 2025
Aug 21, 2024
Mar 4, 2024
Sep 30, 2023
Feb 9, 2024
Jan 30, 2025

Repository files navigation

Contao Manager

Contao is an Open Source PHP Content Management System. Contao Manager is a graphical tool to manage a Contao installation. Visit the project website for more information.

The application is distributed as a Phar file, you should only work with this repository if you want to help with development of the app.

System requirements

  • PHP >= 7.2.5
  • PHP Intl extension
  • PHP OpenSSL extension
  • allow_url_fopen must be enabled in PHP
  • proc_open and proc_close PHP functions

Installation

Install PHP dependencies using Composer.

$ composer.phar install

Install Javascript dependencies using Yarn.

$ yarn install

Documentation

License

Contao Manager is licensed under the terms of the LGPLv3. The full license text is available in the LICENSE file.