Getting Started
Start here if you are new to QUIQQER and want to understand the first path through the documentation.
QUIQQER is a web platform that is installed once and then extended through packages. The documentation is split by role: users work inside an existing system, developers build packages, and operators install and maintain systems.
Recommended Path
- Install a QUIQQER system.
- Verify that the administration interface is reachable.
- Continue with the section that matches your role.
Where To Go Next
| Goal | Documentation |
|---|---|
| Install the base system | Installation |
| Work inside an existing system | Users |
| Maintain an installation | Operators |
| Prepare a local development environment | Developer Setup |
| Understand the development workflow | Development Workflow |
| Build or change packages | Package Development |
| Look up XML configuration | XML Configuration |
| Check standards before committing | Coding Standards |
What To Know Before Building Packages
- A QUIQQER system is extended through Composer packages.
- Packages can provide PHP code, templates, JavaScript modules, styles, assets, commands, panels, widgets, permissions, events, and database changes.
- Package metadata and runtime behavior are connected through XML configuration files and PHP classes.
- Updates and setup workflows apply package changes to an installation.
