Make Autocomplete search using jQuery UI in Laravel 7

Autocomplete is a user-friendly way to display a large list of data on a page.

It shows suggestions based on the input and a user can select an option from the list.

In this tutorial, I show how you add jQuery UI autocomplete to an input field in the Laravel 7 project.

Make Autocomplete search using jQuery UI in Laravel 7

Read more

Loading data remotely in Select2 – CodeIgniter 3

Select2 is easier to initialize on the HTML <select > element. You can either use static data or load data remotely using ajax option.

Requires to return response in a defined format to load content using AJAX.

In this tutorial, I show how you can load data remotely in a select2 in CodeIgniter 3 project.

Loading data remotely in Select2 – CodeIgniter 3

Read more

How to Set Different font-family in Dompdf

When generating a PDF with Dompdf then it ignores fonts that are not available in its internally – Helvetica, Times-Roman, Courier, Zapf-Dingbats, Symbol.

Require to load the fonts for use in PDF creation which is not existing in Dompdf internal fonts.

In this tutorial, I am creating a PDF of MySQL database table records and set its font-family using Dompdf.

How to Set Different font-family in Dompdf

Read more