PHP Tutorials

Latest

 thumbnail

How to Clear Laravel Cache

March 24, 2021

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

 thumbnail

How to Create Laravel Artisan Commands & Pass Arguments to Them

March 19, 2021

In this tutorial, we will learn how to create Laravel Artisan commands and configure them to require arguments. Gen...

 thumbnail

PHP: Create a New Text File & Write Content to it

March 17, 2021

In this tutorial, we will learn how to create a text file in PHP and write some content to it. Create a FileThe fir...

 thumbnail

How to Order By in Laravel

January 27, 2021

To order a query in descending or ascending order in Laravel use the orderBy() method followed by the get() method. The...

 thumbnail

Laravel: Return JSON Response

January 26, 2021

To return a JSON response in Laravel, use the json() method on the response class, passing the JSON data as an associati...

 thumbnail

How to Create New Line in PHP

December 21, 2020
 thumbnail

How to Change PHP Version

December 07, 2020