Tag PHP found of 100 results
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 2.06KWe 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 1.05KHi 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 682This 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 537How 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 1.12KThis 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 916We 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 505Today 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 470Today 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 697To 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 797