First of all, I am very thankful for all my plugin subscribers. I am receiving so much love and appreciation for my WordPress plugin. https://wordpress.org/plugins/country-phone-field-contact-form-7/ I expect this love will continue as my efforts continue to make this plugin more useful. So let’s come to the most asked query on my plugin support. That is …
Moneris is one of the popular online payment gateways for Canada and the USA. Moneris payment gateways accept all popular credit cards. Moneris has a wonderful feature for eGift Card. Moneris payment gateway is generally known for its Gift Card Payments. eGift cards are similar to credit cards. eGift cards are used by an organization …
I am trying to scale up my programming skills every day. So I go through this program problem. It shows me I need to work on my coding skill and need more improvements in logical programming. I am sharing this code snippet with you, so you can review this code at your end. You can …
I recently bought a new MacBook Air. PHP 7 is the default version installed in my MacBook Air. But I need to work on Laravel 9 and other updated PHP CMS is required the PHP 8 version. So I faced this issue and search about it and fixed this problem. Now I am sharing these …
CKEditor has a drag and drops image upload feature. But generally, in the Laravel application, it gives an error message “Incorrect Server Response”. Similar to the following screenshot. To resolve this issue, we will discuss it in this blog post. 1. Setup the CKEditor in Laravel Download the CKEditor version 4. After unzipping place folder …
Today we are discussing an internet safety tip about your Laravel web application. That is Password guessing or Brute Force attack. I will share a method of how we can avoid it. What is a Brute Force attack? A brute-force attack consists of an attacker submitting many passwords or passphrases with the hope of eventually …
This blog post will help create an event on Google Calendar. The blog post covers version 3 of Calendar API. The code snippet will use the HTML form and PHP Curl code for processing. Google also provides a PHP Client Library, through which you can make Calendar API calls, but it is 6 MB in …
In this blog post, we will discuss and resolve the common feature, display the URL preview like Facebook and WhatsApp. The blog post provides two methods. Using WordPress Standards Using the Core PHP Curl. HTML Code for WordPress. If you have an existing input field, add the following input field class attribute and add the …
Are you looking for file upload functionality with CKEditor and Laravel? I hope this blog post will help you. 1. Download the Ckeditor. This blog post is using Ckeditor 4. Unzip the downloaded file and put the extracted “ckeditor” folder under the Laravel Public folder. So we can use it in the Laravel View file. …
Before reading this blog post, You might be already stretch your head, scrolled so many other blog posts, and punching your keyboard keys on the Authorize.Net developer forum. Don’t worry! Before writing this blog post. I did similar 🙂 This blog post example fits for Laravel’s development. But in the end, it has a custom …