arifhas/laravel-ui

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

Laravel UI utilities and presets.

v3.0 2020-09-16 15:44 UTC

This package is auto-updated.

Last update: 2023-09-20 11:03:30 UTC


README

Total Downloads Latest Stable Version License

Introduction

This package is inspired by Frontend preset for Tailwind CSS, integrated with Laravel UI. So you can run all command what laravel UI provides with tailwind scaffolding.

Install using Composer

composer require arifhas/laravel-ui

Once the arifhas/laravel-ui package has been installed, you may install the frontend scaffolding using the ui Artisan command like Laravel UI:

// Generate basic scaffolding...
php artisan ui tailwindcss
php artisan ui bootstrap
php artisan ui vue
php artisan ui react

// Generate login / registration scaffolding...
php artisan ui tailwindcss --auth
php artisan ui bootstrap --auth
php artisan ui vue --auth
php artisan ui react --auth

License

Laravel UI with Tailwind is open-sourced software licensed under the MIT license.