Mybizna ERP Documentation
  • Getting started
    • How to Install in Laravel
      • How to install as New Laravel Project
      • How to install in Existing Laravel Project
    • How to Installation in WordPress
    • How to Participate
  • Modules
    • Creating Entity.php
    • Creating form.vue
    • Creating search.vue
    • Creating list.vue
Powered by GitBook
On this page
  1. Getting started

How to Install in Laravel

Mybizna is an open-source ERP (Enterprise Resource Planning) solution for Laravel.

PreviousGetting startedNextHow to install as New Laravel Project

Last updated 1 year ago

You have the flexibility to install Laravel on either an existing Laravel project or create a new Laravel project from scratch.

Quick Installation

To Quickly install the system run the following command.

composer create-project mybizna/setup mybizna
How to install as New Laravel Project
How to install in Existing Laravel Project