A simple Laravel 10 liverwire CRUD with reorder table to show livewires power
$ composer install
### Migrate Database
```bash
$ php artisan migrate --seed
Requirement
php >= 8.1
### note: the seeder is dynamic you will not have to fresh your database