peanutgraphic / bloxy-ui
BLOXY UI PHP companion โ publishes Tailwind preset + Vite plugin paths for the @peanutgraphic/bloxy-ui npm package.
Package info
github.com/Peanut-Graphic/bloxy-ui
Language:JavaScript
pkg:composer/peanutgraphic/bloxy-ui
Requires
- php: ^8.3
- illuminate/contracts: ^12.0
- illuminate/support: ^12.0
Requires (Dev)
- orchestra/testbench: ^10.0
- pestphp/pest: ^3.0
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.