Blogs

LARAVEL CRUD OPERATION

Posted on

Step – 1. Laravel Install first of all we need to get fresh Laravel version application using bellow command, So open your terminal OR command prompt and run bellow command: composer create-project –prefer-dist laravel/laravel blog Step -2. Update Database Configuration In second step, we will make database configuration for example database name, username, password etc […]

Blogs

Make a WordPress Website

Posted on

To make a wordpress website you need following: Wamp/Xampp/Lamp server (Wamp: for Windows OS, Lamp: for Linux OS, Xampp: for multiple OS platforms.) WordPress files. If you have both, already in your system that’s fine. Let’s start the development of your website. (For localhost) Step 1 – Start all the services of Wamp server in your […]

Blogs

BackUp Through Rsync

Posted on

Rsync (Remote Sync) is a most commonly used command for copying and synchronizing files and directories remotely as well as locally in Linux/Unix systems. To take a backup of any file through Rsync we need following things : Cpanel Username Website IP Full path Cpanel Password localpath Steps to take a BackUp Step 1: Create […]

Blogs

Deploy Laravel in Production mode on Bitnami LAMP

Posted on

How to Deploy Laravel in Production mode on Bitnami LAMP with Ubuntu 16.04 ? Below are the steps for deploying the laravel application in Production mode on Bitnami LAMP. Suppose we have an application with name “laravelblog”. Step – 1. In The server [email protected]:/opt/lamp/apache2$ sudo composer create-project–prefer-dist laravel/laravel laravelblog For further information in installing laravel […]

Blogs

Download WordPress

Posted on

We are helping here step by step to guide how to install and configure wordpress in your local system. I am using windows 10 and “Wamp” server to run wordpress. If you have LINUX or MAC you can install the “Xamp” to start your work with wordpress. Go through our tutorial for learning wordpress. Step […]

Blogs

Download Wamp Server

Posted on

We use Wamp server to run WordPress at local system. Step 1 – Go to browser and search http://www.wampserver.com/ Step 2 – You can download wamp Server according to your OS(if you are using 32 bit OS then download 32 BIT WAMPSERVER/if you have 64 bit OS then download 64 BIT WAMPSERVER.) Step 3 – […]