Mybizna is an open-source ERP (Enterprise Resource Planning) solution for Laravel. It is developed using Laravel which is a web application framework with expressive, elegant syntax.
Prerequisites
Before proceeding with the installation, make sure you have the following prerequisites:
PHP (version 8.1 or higher)
Composer (Dependency Manager for PHP)
MySQL or any other compatible database server
Quick Installation
To Quickly install the system run the following command.
composer create-project mybizna/setup mybizna
Step By Step Installation
Step 1
Create a new Laravel project Open your terminal or command prompt and navigate to the directory where you want to create your Laravel ERP project. Run the following command to create a new Laravel project: