diff --git a/composer.json b/composer.json index 3300e8e..6c8d455 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "imritesh/livecrud", "description": "Generate Basic Crud Operations With Livewire and Tailwind Css For Laravel", "license": "MIT", - "version": "v2.0.0", + "version": "v2.1.0", "authors": [ { "name": "Ritesh Singh", diff --git a/readme.md b/readme.md index 276722f..727ea96 100644 --- a/readme.md +++ b/readme.md @@ -46,11 +46,33 @@ php artisan crud:make Name_Of_Your_Model -## Limitations -- This Packages uses [Tailwind CSS V2](https://tailwindcss.com/) +## For Bootstrap 4 +1. Publish config and change `template = 'bootstrap'` + +2. Please copy this script and paste in your layout just after @livewireScripts tag + +```bash + + + + + +``` + + ## TODO -- Bootstrap 4 & 5 Support +[x] Tailwind Support + +[x] Bootstrap 4 & 5 Support + - Bulma Support