Blog
March 11, 2020
How to Use Fluent String Operations in Laravel 7
Laravel 7 has an excellent new feature, called fluent string operations. It provides an "object-oriented interface for working with string values", e.g. becomes In this post I would like to...
ReadFebruary 27, 2020
How to Ignore PHPCS Warnings
PHP_CodeSniffer is a useful tool to check your code against a set of standards and rules. It can help in securing a certain coding standard and style within a development team, by running PHPCS as a...
ReadFebruary 21, 2020
Run Elasticsearch With Laravel on MacOS
A guide on how to install Elasticsearch on MacOS in order to use it as a driver for Laravel Scout
ReadFebruary 1, 2020
Binding API Connection Interfaces To Implementations in The Laravel Container
The Laravel service container is called "a powerful tool for managing class dependencies and performing dependency injection". In this post, we will look at a possible use case of the service...
Read