fukigenmedia/windmill-blade-ui

This package is abandoned and no longer maintained. No replacement package was suggested.

Unofficial component library from windmillui.com

dev-master 2021-09-09 05:26 UTC

This package is auto-updated.

Last update: 2021-12-09 06:02:01 UTC


README

68747470733a2f2f692e696d6775722e636f6d2f796e63646e46792e706e67

Windmill Blade UI

Unofficial component library from windmillui.com

We created this repository because it was inspired by Estevan Maito's repository (Windmill React Ui). Since most of our work uses Laravel Blade, we want to make it more efficient by creating components that can be used quickly. Please visit the official website and repository of Estevan Maito.

Installation

Requirements

  • PHP 7.4 or higher
  • Laravel 8.0 or higher

Getting Started

Before installing a new package it's always a good idea to clear your config cache:

php artisan config:clear

Then install the package by running:

composer require fukigenmedia/windmill-blade-ui

Dont forget to publish public folder:

php artisan vendor:publish --tag="windmill-blade-ui-public"

Directives

Place the @wbuStyles directive right before your closing </head> tag and after styles from libraries like Livewire. Place the @wbuScripts directive right before your closing </body> tag and after scripts from libraries like Livewire.

Configuration

Most of the configuration is done through the windmill-blade-ui.php config file. Even though by default this isn't needed, if you'd like to adjust anything to this config file, you can publish it with the following command:

php artisan vendor:publish --tag="windmill-blade-ui-config"

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.