ccast / tagixo-primix
Primix SDK for Tagixo Visual Builder
v1.1.7
2026-06-16 16:27 UTC
Requires
- php: ^8.2
- ccast/tagixo: @dev
- primix/primix: ^0.7
- symfony/expression-language: ^6.4|^7.0
Requires (Dev)
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
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/tagixoprimix/primixsymfony/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