Last Updated: January 20, 2019
·
2.207K
· cleechtech

Build tagging with vue-multiselect and Laravel Tags

Tagging is an important part of grouping information on the web. On Medium you tag your posts with categories. On Facebook you tag your photos. In Gmail you can tag your messages with labels. On GitHub you can add tags to your repositories. In this tutorial we’re going to go through how I used prebuilt Laravel and Vue.js packages to build a tagging system for candidates on Employbl.com.

If you haven’t already, feel free to take this functionality for a test drive by applying to join the Employbl network.

The end result looks something like this:

The update profile page for candidates on Employbl.

Read the full tutorial on Medium