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
Step 1
Install the required package To install the Laravel ERP package, run the following command:
composer require mybizna/account
Step 2
Configure the database Open the .env file in the root directory of your project and modify the following lines to match your database credentials: