/vue-good-table-search-example

A sample project on setting up Server Side Search with Vue Good Table and Laravel

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

vue-good-table-search-example

A sample project on setting up Server Side Search with Vue Good Table and Laravel

VueSearchDemo

Please note that, this example uses Laravel framework alongside VueJS with a widely used Datatable package Vue Good Table.

For a complete tutorial, head over to Implementing Server Side Search with Vue Good Table and Laravel

Steps to setup

  1. Fork or clone the project in your working directory.
  2. Rename .env.example to .env and modify Database settings.
  3. Run composer install to install Laravel dependencies.
  4. Run php artisan mgirate --seed to run DB migrations and a dummy users seed data for this example.
  5. Run npm install to install all frontend dependencies.
  6. Run npm run dev to build.
  7. Run your sample project in your browser and see the server side search in action.

Links associated

  1. Laravel
  2. VueJS
  3. Vue Good Table Server Side Search