ccast/tagixo-primix

Primix SDK for Tagixo Visual Builder

Maintainers

Package info

github.com/c-cast/tagixo-primix

pkg:composer/ccast/tagixo-primix

Statistics

Installs: 49

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.7 2026-06-16 16:27 UTC

This package is auto-updated.

Last update: 2026-06-16 16:49:11 UTC


README

Primix SDK for the Tagixo Visual Builder.

This package wires Tagixo into the Primix admin panel: page, layout, menu and media resources, the media-gallery LiveWire component, and the supporting view layouts.

Installation

composer require ccast/tagixo-primix

Requires:

  • PHP ^8.2
  • ccast/tagixo
  • primix/primix
  • symfony/expression-language

The package auto-registers Ccast\TagixoPrimix\TagixoPrimixServiceProvider.

Usage

Enable the plugin in your AdminPanelProvider:

use Ccast\TagixoPrimix\TagixoPrimixPlugin;

$panel->plugin(
    TagixoPrimixPlugin::make()->withMediaGallery(),
);

License

MIT