Category: PHP Frameworks
How to Install nginx and configure it for CakePHP
How to Install nginx and configure it for CakePHP Quick Summary: 1. What is Web Server? 2. What is Nginx? 3. Nginx Installation. 4. Create server block (VirtualHost). 5. Install CakePHP and configure it for Nginx. 6. How to check
Install MPDF 7.x on https://www.ionos.com/
How to install MPDF 7.x for PHP version > 5.6 on https://www.ionos.com/ and use in PHP Project? Since from January 2019, https://www.ionos.com/ has been resisting the use of PHP version 5.6, it is supporting PHP versions >= 7.1. Currently, PHP
Send Emails Using Mandrill
How to Send Emails Using Mandrill Mandrill is a transactional email platform which was built by Mailchimp. It is used for sending the personalized, one-to-one e-commerce emails, and automated transactional emails like password resets, order confirmations, and welcome messages Steps:
How to Detect Mobile devices in php
Detect mobile device php code We often need to detect if site visitor is using an iPad, a smartphone or any other mobile device in order to change website appearance and even make it faster by reducing data load. Normally
Salesforce SOAP and Bulk API Integration in PHP
Implementing Salesforce SOAP and Bulk API Integration in PHP Salesforce SOAP API: Salesforce SOAP API is a coding method to use our Org’s information with the help of inbuilt functions and SOQL query. With the help of these function, we
Creating custom plugins in wordpress
How to Create a custom plugins in wordpress What is a WordPress plugin: A plugin in WordPress is a small software app that can be added to a WordPress site to extend its functionality and to add new features to
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [
Class ‘App\Controller\Aws\S3\S3Client’ not found error in CakePHP 3.*
How to resolve “Class ‘App\Controller\Aws\S3\S3Client’ not found” error in CakePHP 3.* Problem: Class ‘App\Controller\Aws\S3\S3Client’ not found error occurs when we are trying to create S3Client class object with given code (code copied from github): $s3 = new Aws\S3\S3Client ( [