yungifez/artisan-ui

This package is abandoned and no longer maintained. The author suggests using the yungifez/april-ui package instead.

A livewire blade UI component library

Maintainers

Package info

github.com/yungifez/april-ui

pkg:composer/yungifez/artisan-ui

Transparency log

Statistics

Installs: 5 066

Dependents: 0

Suggesters: 0

Stars: 306

Open Issues: 0

v0.0.5 2025-02-28 01:23 UTC

This package is auto-updated.

Last update: 2026-08-27 19:21:03 UTC


README

This is still a work in progress

Introudction

April UI is a component library that aims to bring the elegance of ShadCN to laravel. It is built using tailwind, alpine JS, and laravel blade.

Official website

You can find the official docs on the April UI website.

Livewire data tables

The Livewire adapter ships with April UI. Install April UI and Livewire in your Laravel application:

composer require yungifez/april-ui livewire/livewire

Then extend Yungifez\\AprilUI\\Livewire\\DataTableComponent, provide a query builder, and define columns with Yungifez\\AprilUI\\Livewire\\Columns\\Column. The adapter adds server-side search, sorting, pagination, URL state, and row selection while the base april:data-table component remains usable without Livewire.

Follow me

@yungifez