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
Requires
- php: ^7.3|^8
- ext-ctype: *
- ext-filter: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- axn/laravel-eloquent-authorable: ^6.2
- barryvdh/laravel-dompdf: *
- calebporzio/sushi: ^2.4
- cviebrock/eloquent-sluggable: ^10.0
- illuminate/support: ^8.0 || ^9.0 || ^10.0
- laravel-notification-channels/webpush: ^7.1
- laravel/sanctum: ^3.3
- spatie/laravel-activitylog: ^4.9
- spatie/laravel-medialibrary: ^10.15
- spatie/laravel-permission: ^6.9
- spatie/laravel-sluggable: ^3.6
- spatie/laravel-translatable: *
- spatie/valuestore: ^1.3
- staudenmeir/eloquent-has-many-deep: ^1.19
- stevebauman/location: *
README
📖 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!