Latest Articles
Setup Laravel project after cloning from a Git repository
When cloning a Laravel app from Git repository to run on the server or local machine for the first time, it is necessary to run the following commands: Install dependencies…
Laravel Eloquent Query MySQL JSON Column with LIKE
In order to query serialized JSON data from MySQL’s JSON column using Laravel Eloquent, first we need to define cast property for the serialized JSON attribute in a model as…
Android Kotlin – how to capture input data from external barcode scanner/reader
I just bought a handheld bluetooth barcode scanner to test with my Android project which is written in Kotlin. The scanner can read both 1D and 2D (linear barcode and…