arifhas / laravel-ui
Laravel UI utilities and presets.
Installs: 1 643
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- laravel/framework: ^8.0
- laravel/ui: ^3.0
README
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.