Skip to content

Libs

Tagging

PHP

  1. https://github.com/spatie/laravel-tags
  2. https://github.com/rtconner/laravel-tagging

JS/JQuery

1.https://github.com/selectize/selectize.js

PDF Generate

JS

  1. PDFMake //requires webpack
  2. PDFKit //decent, fonts are problematic
  3. jsPDF _//module based (smh). But can get it to work in regular stuff. _
  4. pdf-lib //looking promising. Only drawback is everything must be calculated and positioned pixel by pixel.
  5. LabelMake //nice and easy. It is a new one. Currently free, hope it stays that way.
  6. https://github.com/ovvn/dom-to-pdf //Dayum, this looks hella easy to use. And also it is DOM to PDF. Will try on first occurence.

UI Test

  1. https://www.qawolf.com
  2. https://www.selenium.dev //sucks i suppose
  3. https://www.cypress.io/