primix / support
Core support utilities for Primix admin panel framework
0.1.8
2026-03-16 03:35 UTC
Requires
- php: ^8.2
- illuminate/contracts: ^12.0
- illuminate/database: ^12.0
- illuminate/support: ^12.0
README
primix/support is an official package in the Primix ecosystem.
It is part of the Primix framework and contains shared foundations used by all other packages.
What it is for
- Provide common utilities, concerns, and base classes.
- Centralize cross-cutting conventions (components, styles, icons, global configuration).
- Reduce duplication and keep all Primix packages consistent.
Installation
Recommended for full Primix projects:
composer require primix/primix
Standalone module installation:
composer require primix/support
In practice, it is usually resolved automatically as a dependency of other Primix packages.