kirago/laravel-business-core

A Laravel business core multi-tenancies management data structure : orders, products, invoices, payments and more ...

dev-main 2025-04-15 12:03 UTC

This package is auto-updated.

Last update: 2025-04-15 12:03:48 UTC


README

Packagist Version Laravel PHP License

📖 Introduction

Laravel Business Core is a powerful package for Laravel that provides essential business management models, including:

Orders
Products
Invoices
Payments
Customer
And more...

This package is designed for multi-tenancy applications, offering a solid and extendable data structure for business logic management.

📦 Installation

1️⃣ Requirements

  • Laravel ^8.0 || ^9.0 || ^10.0
  • PHP ^7.3 || ^8.0
  • Required PHP extensions: json, ctype, filter, mbstring, pdo

2️⃣ Install via Composer

Run the following command to install the package:

composer require kirago/laravel-business-core 

🛠 Available Artisan Commands

This package provides several Artisan commands:

1️⃣ Setup the database and publish migrations

php artisan bc:setup

1️⃣ Setup the database and publish migrations

You are ready to use!