primix/support

Core support utilities for Primix admin panel framework

Maintainers

Package info

github.com/livue-laravel/support

pkg:composer/primix/support

Statistics

Installs: 1

Dependents: 7

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.8 2026-03-16 03:35 UTC

This package is auto-updated.

Last update: 2026-03-16 04:10:04 UTC


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.