Programming
-
Oct- 2021 -30 October
Saving an Image from URL in PHP/Laravel
Sometimes, need to download an image from a particular URL and use it in the project. It’s easy to go…
Read More » -
27 October
Implement Queue in Laravel 7/8
Laravel gives us a built-in queue system that helps us to run tasks in the background and configure how the…
Read More » -
13 October
Why PHP is known as a scripting language?
PHP is a server-side scripting language that is used to develop Static websites or Dynamic websites or Web applications. It…
Read More » -
Jul- 2021 -27 July
MySQL shutdown unexpectedly Xampp
First: Close Xampp.Second: Go to \xampp\mysql\backup.Third: Copy all files in the directory.Fourth: Go to \xampp\mysql\data.Fifth: Paste the files that you…
Read More » -
May- 2021 -7 May
Select random row using Eloquent in Laravel
If you want to select a random row using eloquent in Laravel , here is how to do it in…
Read More » -
Apr- 2021 -7 April
Git Cheat Sheet – 50 Git Commands You Should Know
Hello everyone, today I will show 50 git command which is really useful in developing the project. Before moving forward…
Read More » -
Mar- 2021 -16 March
Form Validation using jQuery in PHP
In this article, I will guide you about Form Validation using jQuery in PHP. We will do create, read, update and…
Read More » -
15 March
Create dynamic categories and subcategories in Laravel 7/8
In this post, we will see how we can create categories and subcategories dynamically in laravel. Run the command below…
Read More » -
14 March
Create a Zip File Using PHP
Creating .ZIP archives using PHP can be just as simple as creating them on your desktop. PHP’s ZIP class provides…
Read More » -
14 March
How to Create Zip File and Download in Laravel 7/8?
In this tutorial, I am writing an example of laravel 7/8 create zip archive file and download it in response.…
Read More »