Latest

How to Clear Laravel Cache
March 24, 2021In this tutorial, we will learn how to clear the different cache's stored by your Laravel app so that the changes you ma...

How to Restart Queues in Laravel 8/7/6/5
March 24, 2021
How to Run FFmpeg Video Conversion from PHP
March 22, 2021
How to Create Laravel Artisan Commands & Pass Arguments to Them
March 19, 2021In this tutorial, we will learn how to create Laravel Artisan commands and configure them to require arguments. Gen...

PHP: Create a New Text File & Write Content to it
March 17, 2021In this tutorial, we will learn how to create a text file in PHP and write some content to it. Create a FileThe fir...

How to Order By in Laravel
January 27, 2021To order a query in descending or ascending order in Laravel use the orderBy() method followed by the get() method. The...

Laravel: Return JSON Response
January 26, 2021To return a JSON response in Laravel, use the json() method on the response class, passing the JSON data as an associati...

How to Split a String into Array by Delimeter in PHP
January 25, 2021
How to Find if a String Contains a Word in PHP
January 25, 2021
How to Print Numbers with Ordinal Suffix in PHP
January 24, 2021
How to Create New Line in PHP
December 21, 2020
How to Count all Elements in an Array in PHP
December 21, 2020
How to Get the Value of an Input Text Box in JavaScript or jQuery
December 18, 2020
Remove Excess Whitespaces in a String in PHP
December 17, 2020
How to Remove Elements from Arrays in PHP
December 17, 2020
Check if an Array is Empty in PHP
December 15, 2020
How to Refresh a Page with JavaScript
December 09, 2020
How to Get Substring from String in PHP
December 09, 2020
How to get String Length in PHP
December 09, 2020
How to Change PHP Version
December 07, 2020
How to Create Custom Artisan Commands in Laravel
September 10, 2020