chandra
  • Introduction
  • Laravel 8
  • Laravel 5.6
  • Laravel 5.4
  • Laravel 5.2, 5.3
  • Laravel 5.1 Version
    • Installation
      • database & Environment setup
      • Directory Permissions
      • Mail Setup
      • Copying Chandra files
      • Install Chandra
    • Fresh Installation
  • Laravel 5 Version
    • Installation
      • Database & Environment setup
      • Permissions
      • Mail Setup
      • Copying Chandra Files
      • Install Chandra
  • Changelog
  • CRUD
    • usage
  • Recaptcha
Powered by GitBook
On this page
  • Install Laravel
  • Upgrading from Laravel 4

Was this helpful?

  1. Laravel 5.1 Version

Installation

PreviousLaravel 5.1 VersionNextdatabase & Environment setup

Last updated 5 years ago

Was this helpful?

If you are starting a new project, better go with

But if you wish, you can still follow this guide.

We assume you are doing a fresh installation.

Incase you are using Chandra in an existing laravel project, please follow guide and avoid steps which you have implemented already.

Install Laravel

Chandra doesn't ship with whole laravel files, so you need to install laravel yourself.

You can use any of methods mentioned in

our preferred method is to install using composer by executing

composer create-project laravel/laravel your_project_name

Upgrading from Laravel 4

Since laravel has changed a lot in laravel 5.1, we are not providing any direct way of upgrading to laravel 5.1 from 4.

If you really want to do that, please follow or follow guide.

Fresh installation
laravel website
official guidelines
Matt Stauffer's