PHP
-
Laravel: Eloquent Sort By Relation
In Laravel 5.7, we have the Eloquent ORM to help with fetching data. However, sometimes we want to sort the…
Read More » -
What’s New in PHP 7.2: Literally Better Everything
As we all know, most web developers love and hate PHP with a passion. I’m one of those developers that…
Read More » -
Laravel and Dusk on Codeship
Some time back, I posted on how to set up Laravel and Behat using Selenium and headless Chrome. But since…
Read More » -
How to create a Google Drive App in PHP
This is the second article in the drive series for web programmers that aims to explain how to use the…
Read More » -
Read Environment Variables in Appropriate PHP Type
You probably get your environment variables using built-in PHP functions such as getenv or $_ENV. But did you know that…
Read More » -
Incremental Software Development with PHP Microservices
Building complex software projects is almost always an iterative process. We rarely get to spend months designing and writing a…
Read More » -
PHP Xmlencoder & Xmldecoder Example
In this example we are going to learn how to encode and decode XML (Extensible Markup Language) with PHP. For…
Read More » -
PHP Uppercase And Lowercase Example
In this example we will show you how to manipulate strings from uppercase to lowercase and from lowercase to uppercase with…
Read More » -
PHP Qr Code Generator Example
QR codes is an abbreviation for quick response code. It was first designed for the automotive industry in Japan. A…
Read More »