Skip to content

A simple Laravel 10 liverwire CRUD with reorder table to show livewires power

Notifications You must be signed in to change notification settings

aliabdm/LiveWireSimpleCrudLaravel10

Repository files navigation

LiveWireSimpleCrudLaravel10

A simple Laravel 10 liverwire CRUD with reorder table to show livewires power

Create your .env File

set your dataBase credentials

example

DB_DATABASE=coalitiontechnologies

DB_USERNAME=root

DB_PASSWORD=

Install packages

$ 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

About

A simple Laravel 10 liverwire CRUD with reorder table to show livewires power

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published