Category: PHP Frameworks
Fetch Mails from Gmail in Core PHP
Fetch Mails in Core PHP Create an Core php app on console (https://console.developers.google.com). Download Google Client library from the following link (https://github.com/googleapis/google-api-php-client) Download the file of credentials(client_id,client_secret) and put it in the project directory. Create the config file in the
What is DevOps?
What is DevOps? DevOps is a set of practices that combines software development and other IT operations. It shortens the systems development life cycle and aims to provide continuous delivery with high-quality software. Who is DevOps Engineer? They are either
Integrate Razorpay in CakePHP 3
Step 1: Create RazorPay Account First of all you need a test account for integration. Click the below link https://dashboard.razorpay.com/#/access/signup and set up a test account there: Step 2: Get your API Keys: After successful login, you will see your
TypeError: ‘<' not supported between instances of 'int' and 'str' in Python
Description Sometimes there may be a need to access or simply print a python dictionary in a particular order of its keys i.e. ascending or descending as it was in my case. Although it seems that it is not a
Hiding the editor field using Devextreme
How to hide specific editor field in popup editing mode using Devextreme Editing is one of the most important features of Devextreme Datagrid. Every developer needs Editor feature for editing the record. Many types of editing modes are provided by
EML to MSG Using IndependentSoft C#
Convert .eml to .msg files using IndependentSoft C# EML file extension is created by Microsoft Corporations for Email files. It is also known as RFC 822. In these files, email messages are stored in plain text formats. Microsoft’s Outlook Express
How to get the “To” email address from eml files?
What is an EML File ? EML is an email message file extension (means an email is stored in a file with an extension .eml). This file is in the standard MIME RFC 822 format by Microsoft Outlook Express and
Firebase Cloud Messaging With Laravel 6
Introduction to Firebase Cloud Earlier known as Google Cloud Messaging and now called Firebase Cloud Messaging (FCM) is a messaging solution for cross-platform provided by Google itself. This service lets you reliably deliver messages or notifications at no cost. One
How to validate records before inserting in CakePHP 2.X
Problem: Sometimes we only need to validate records before inserting operations in CakePHP. In the case of bulk insertion and CSV records validation, it’s very difficult to validate individual fields of bulk records. Solution: array (‘validate’ => ‘only’) parameter will