Tag: PHP Framework
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
Using Breadcrumbs in Laravel
How to add Breadcrumbs to your Website in Laravel Breadcrumbs are links used to track and navigate in the website. Generally every page is considered as a link and is arranged in hierarchical order at the top of the website.
How to impersonate a user in Laravel?
Steps to impersonate a user in Laravel (Login As another user) Impersonate functionality allows you to impersonate other users, in order to see the application from their point of perspective, without having to log out and log in again. For
PHP script scheduling without cron jobs
PHP script scheduling without cron job Sometimes a website built in php needs to schedule a script on daily or hourly basis – for example, Reminder Emails, Newsletter emails or Database backups to be taken automatically. Normally, these types of
New features in Laravel 5 and higher versions
The list of some new and useful features in Laravel 5 and higher versions 1. Migrate:fresh Command: Refresh command runs all the down methods from database migrations. There may be some cases where down method for some database migrations are
Convert HTML to pdf using mpdf plugin in cakePHP
How to use mpdf plugin in cakePHP to convert HTML documents to pdf? mPDF is a PHP library which is used to generate PDF files from HTML Documents. It converts utf-8 encoded documents and also supports almost all languages including
PHP_CodeSniffer Introduction
What Is PHP_CodeSniffer? PHP_CodeSniffer is an essential development tool that helps developers to work in a standardise format so as to make code clean and consistent. It ensures that same coding style is being followed. It allows a set of
Some GrapesJS Editor Customization Tips
GrapesJS is an open-source, Web Builder Framework to build HTML templates without any knowledge of coding. Some tips for customizing GrapesJS Editor: 1. To add custom blocks in block manager. Add this code to block manager json with other blocks: