peanutgraphic/bloxy-ui

BLOXY UI PHP companion โ€” publishes Tailwind preset + Vite plugin paths for the @peanutgraphic/bloxy-ui npm package.

Maintainers

Package info

github.com/Peanut-Graphic/bloxy-ui

Language:JavaScript

pkg:composer/peanutgraphic/bloxy-ui

Statistics

Installs: 355

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-05-14 14:48 UTC

This package is auto-updated.

Last update: 2026-05-27 01:17:34 UTC


README

The PHP companion to @peanutgraphic/bloxy-ui. It exists so Laravel apps in the BLOXY ecosystem can composer require a single package and have the Tailwind preset and Vite plugin paths published to known locations, instead of every app hand-wiring the npm package's file layout.

The actual design tokens, components, and Tailwind preset live in the npm package โ€” this repository is just the publish-and-discovery shim on the PHP side.

Install

composer require peanutgraphic/bloxy-ui

Service provider auto-registers (Bloxy\Ui\BloxyUiServiceProvider). You'll also want the npm package:

npm install @peanutgraphic/bloxy-ui

Stack

PHP 8.3 ยท Laravel 12.

Local development

composer install
vendor/bin/pest

Releases

Tagged on GitHub and published to Packagist as peanutgraphic/bloxy-ui, versioned alongside the npm package. License is proprietary.

Part of the Peanut Graphic ecosystem.