Tag PHP found of 100 results

How to Install Laravel 9 PHP Framework

How to Install Laravel 9 PHP Framework

Today I am going to explain you how to install Laravel 9 with composer. I will explain and show step by step to install composer and Laravel project...

Sovary June 13, 2022 1.71K
#Laravel  #PHP  #Laravel 9 
Laravel 9 - How to Generate QR Code in Laravel Framework

Laravel 9 - How to Generate QR Code in Laravel Framework

We usually see QR code in mall or store which is place on goods to identify some kind of information related. QR code is image format type which is not human readable and usually black and white color of pixels in a square shaped grid contain information...

Sovary June 12, 2022 708
#Laravel  #PHP  #Laravel 9 
Laravel - Symlink Image Storage on Share Hosting Not Found Path

Laravel - Symlink Image Storage on Share Hosting Not Found Path

Hi Dev I will show you how to fix image path in storage when hosting in server. I'm trying to access files that are stored in /storage/app/public/uploads/image/file.jpeg, but return is 404 which is not found...

Sovary June 11, 2022 483
#Hosting  #Laravel  #PHP 
How to Convert PHP Array to String Text?

How to Convert PHP Array to String Text?

This short tutorial, I will show you how to convert an array to string in PHP. The example below will help you change array into string by separately with space or any characters as delimiter...

Sovary June 10, 2022 359
#PHP 
Adding Days or Hours to DateTime in PHP

Adding Days or Hours to DateTime in PHP

How do we know what date and time after 10 days with 5 hours after? this article will help you how to adding or subtract days or months in particular DateTime object using PHP...

Sovary May 31, 2022 860
#PHP 
PHP - Implement Google reCAPTCHA v2 Tutorial with Example

PHP - Implement Google reCAPTCHA v2 Tutorial with Example

This article will demonstration how to implement Google reCaptcha v2 with PHP. We will start from scratch with example Google reCaptcha v2 with check box to validation and prevent spam submissions...

Sovary May 31, 2022 518
#PHP 
PHP - How to Calculate Different Between Two DateTimes

PHP - How to Calculate Different Between Two DateTimes

We can find value of two different date time by calculation in PHP. Along explaination below you will understand how to calculate between two date with example...

Sovary May 30, 2022 371
#PHP 
How to Convert PHP String into Array?

How to Convert PHP String into Array?

Today tutorial, we will share with you the way to convert a PHP string into array. we will convert a string into array in PHP by specify character So you will learn how to convert a text to an array using a delimiter in PHP...

Sovary May 27, 2022 332
#PHP 
Add Text on Image in PHP when Upload - Watermarking

Add Text on Image in PHP when Upload - Watermarking

Today I will show you how to insert watermark on your images. Sometime you don't want spend time to take picture in Photoshop by just only place text on your copyright image...

Sovary May 27, 2022 449
#PHP 
Adding Image as Watermark using PHP

Adding Image as Watermark using PHP

To protect your image or want to mark an image is made by you, adding watermark on photo is the option to identifiy. In PHP I have wrote an article how to adding text on photo as watermark. For this version I will apply an image watermark instead of using text...

Sovary May 27, 2022 540
#PHP