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

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 […]