Ui made with tailwindcss and alpinejs

Maintainers

Details

github.com/Skowei/UI

Source

Issues

Installs: 30

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Blade

dev-main 2021-08-03 17:17 UTC

This package is auto-updated.

Last update: 2024-04-29 05:05:31 UTC


README

Currently Supported Versions

  • Laravel Blades
  • Vue
  • React

How to install ?

1. Download package

composer require skowei/ui

2. Run install command

php artisan sk/ui:install

How to update?

1. Run

Composer Update

    to update package to newest version if available

2. Update by deleting certain files and running

php artisan sk/ui:update

    to copy their new version,
    or simply run

php artisan sk/ui:update --force

    to override all files

Commands

php artisan sk/ui:install ver --force
  • 'var' argument determine version of components (blade, vue, react). leave blank for blade components
  • '--force' argument overrides existing files if they exists,
  • by default installation command forces to override existing files
php artisan sk/ui:update ver --force
  • 'var' argument determine version of components (blade, vue, react). leave blank for blade components
  • '--force' argument overrides existing files if they exists,
  • by default update command doesn't override but only copy files that doesn't exists