In this tutorial, you will learn how to log SQL queries in Laravel application. You will create a custom QueryLogger class and bind it to the service container.
How To Find All Available Methods To Laravel Facades
Finding the true implementation of a Laravel facade is easy. In this post, we dive into the Laravel Internals to uncover the true implementation of the Mail facade.
How Does The Explode Function In PHP Work?
Split a string with the explode function in PHP. Why is it called explode anyway?