← Retour aux projets
Advanced Livewire Select2
#Livewire Kit: Bulk Edit in Modal Window
#Requirements
- This component uses PHP 7.4+ syntax, so you need at least PHP 7.4 version
#How to use
- Copy
.env.examplefile to.envand edit database credentials there - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate --seed(it has some seeded data for your testing) - That's it: launch the main URL
- You will see Tailwind CSS version, for Bootstrap visit
/bootstrapURL
#Files of the Component
- app/Http/Livewire/Products.php
- app/Models/Product.php
- app/Models/ProductCategory.php
- resources/views/livewire/tailwind/products.blade.php
- resources/views/livewire/bootstrap/products.blade.php
- Notice: Tailwind version uses Alpine.js for opening modal window, it's included in Blade's Header