Category
What is Laravel? Laravel is an MIT license open source “PHP framework” based on the MVC design pattern. It is created by Taylor Otwell. Laravel provides expressive and elegant syntax that helps in creating a wonderful web application easily and…
Intervention Image Intervention Image is an open source PHP image handling and manipulation library. It provides an easier and expressive way to create, edit, and compose images and supports currently the two most common image processing libraries GD Library and Imagick. The class is written…
What is Multi Tenancy? The term “website or web-application multi tenancy” means a single instance of website or application runs on a server and serves multiple tenants. like same application host in multiple sub domain. Requirements : Laravel 5.6 or…
To read and replace content from Doc file, you can use PHPWord package and download this package using composer command: 1) Open document 2) Replace string variables for single 3) Replace string variables for multi occurrence – Replace variable value…
Laravel has a lot of helper functions that provide a convenient way of working with paths, arrays, and strings. It is almost impossible to know them all. Most developers know the most common ones, but there are some very useful…
This is a simple Wrapper around the ZipArchive methods with some handy functions. Installation Add this package to the list of required packages, inside composer.json for Laravel 5: “chumper/zipper”: “1.0.x” for Laravel 4: “chumper/zipper”: “0.5.x” Run composer update Go to app/config/app.php add to providers Chumper\Zipper\ZipperServiceProvider::class add…
Description Laravel IMAP is an easy way to integrate the native php imap library into your Laravel app. If you want to use this library outside of Laravel, please head over to webklex/php-imap Table of Contents Installation sudo apt-get install php*-imap php*-mbstring php*-mcrypt…
Optical Character Recognition (OCR) The Vision API can detect and extract text from images. There are two annotation features that support optical character recognition (OCR): Text detection requests Set up your GCP project and authentication If you have not created a Google Cloud…
It is time for a change in the tools that I use. And I’ll tell you why! First of all, I want to make sure that you know about my intentions. I am not trying to rant about Laravel or…