ambitionworks / hui
This package is abandoned and no longer maintained.
No replacement package was suggested.
A set of Blade components for creating consistent, composable interfaces.
0.1.2
2021-01-06 17:57 UTC
Requires
- php: ^7.3|^8.0
- laravel/framework: ^8.0
README
(pronounced: hū-ē, hyoo-ee or like Huey Lewis and The News)
A minimal collection of Laravel Blade components to assist in building composable and consistent server-rendered UI.
Installation
Please note: Installation should only be performed on a fresh Laravel project, as it may clobber certain files such as resources/css/app.css or webpack.mix.js.
You can install the package via composer:
composer require ambitionworks/hui
You can then run the install command:
php artisan hui:install