Skip to content

abdulbasit-dev/laravel-search-filter

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Larvel Search Filter

laravel application for filtering data

creating crud for product and using many to many relationship between products and tags

How To Use the Repository

  • clone the project
  • create a file with name .env
  • copy content of .env.example to .env
  • set up your database connection in .env
  • run $composer insatll
  • run $php artisan migrate --seed (note --seed will fill the database with dummy data)
  • your are good to go 😊