Live Search using Vue.js with PHP
Getting Started
I’ve used CDN for Bootstrap, Vue.js and Axios.js so, you need internet connection for them to work.
Creating our Database
- Open phpMyAdmin.
- Click databases, create a database and name it as
live_search_db
. - After creating a database, click the
Import
and upload thelive_search_db.sql
. - Click the Go button.