Skip to content

🚀 Installation

Requirements

Package version
Laravel 10+
Livewire 3+
tailwind v4

Install

composer require hawkiq/hwkui

Publish Assets

php artisan vendor:publish --tag=hwkui-assets

If you updated the package you must force publish.

php artisan vendor:publish --tag=hwkui-assets --force

this will publish file hwkui.css to resources/css/ needed to correct style widgets

add this line to app.css after @import "tailwindcss";

@import './hwkui.css';

Update

if you want to update use

composer update hawkiq/hwkui

Helpers

if you want to use our snippets you can follow instructions in Snippets