Skip to content

Simple users data table project which you can search, paginate and more that's all by using Laravel Livewire

Notifications You must be signed in to change notification settings

salah-jr/Real-time-search-with-Livewire

Repository files navigation

Preview

users-table.gif

Installation

  1. Clone the repo : git clone https://github.com/salah21500/Livewire-Users-Data-table.git
  2. Copy .env-example as .env file
  3. Create database and modify .env file with db name and db account details
  4. Install vendor packages : composer install
  5. Run : php artisan key:generate
  6. npm install
  7. npm run dev
  8. Database Migrate : php artisan migrate
  9. Open the project in browser and register one user to be able to run seeder in the next step
  10. Database Seed: php artisan db:seed
  11. Visit /users to see all users

About

Simple users data table project which you can search, paginate and more that's all by using Laravel Livewire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published