Monthly Archive: June 2017

0

Why Traits in Magento 2

In PHP, Multiple inheritence was supported with the help of Interface. But interface implementation is not flexible like class inheritance. So to make this happen traits came into the picuture. We will understand this...

0

Install and Uninstall Magento 1.x patch

In any stable product we might see some vulnerability, security threat, bug. Magento is not the exception it has millions of users/merchants who are running their successful stores. In view of same respective product...

Laravel architecture 0

General architecture of Laravel based application

In a general purpose Laravel application, the typical architecture is as below. Based on the architecture diagram you can see that every customer request is being served from based on their route configuration. In...

0

Download a file Linux to windows using SSH

Here we will discuss the way to copy files from linux server to windows machine by using SSH using windows command line.   Download and Install PUTTY from https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Go to command line and...

0

Laravel setup to localhost

Server Requirement : Prior to install Laravel we must need be ensure that you have below server configuration enabled. PHP >= 5.6.4 OpenSSL PHP Extension PDO PHP Extension Mbstring PHP Extension Tokenizer PHP Extension...