Libs
Tagging¶
PHP¶
- https://github.com/spatie/laravel-tags
- https://github.com/rtconner/laravel-tagging
JS/JQuery¶
1.https://github.com/selectize/selectize.js
PDF Generate¶
JS¶
- PDFMake //requires webpack
- PDFKit //decent, fonts are problematic
- jsPDF _//module based (smh). But can get it to work in regular stuff. _
- pdf-lib //looking promising. Only drawback is everything must be calculated and positioned pixel by pixel.
- LabelMake //nice and easy. It is a new one. Currently free, hope it stays that way.
- 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¶
- https://www.qawolf.com
- https://www.selenium.dev //sucks i suppose
- https://www.cypress.io/