Download the PHP package chrisidakwo/laravel-inventory without Composer
On this page you can find all versions of the php package chrisidakwo/laravel-inventory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chrisidakwo/laravel-inventory
More information about chrisidakwo/laravel-inventory
Files in chrisidakwo/laravel-inventory
Package laravel-inventory
Short Description Inventory management using Laravel 9|10|11
License MIT
Informations about the package laravel-inventory
Laravel Inventory
This package has been taken over by @chrisidakwo.
Index
-
Description
- Requirements
- Benefits
-
Installation
- Laravel 9 and above
-
Customize Installation
- I don't need to customize my models
- I need to customize my models
-
Updates
- Updating from 1.0.* to 1.1.*
- Updating from 1.1.* to 1.2.*
- Updating from 1.2.* to 1.3.*
- Updating from 1.3.* to 1.4.*
- Updating from 1.4.* to 1.5.*
- Updating from 1.5.* to 1.6.*
- Updating from 1.6.* to 1.7.*
- Upcoming Updates
-
Usage
- Asking Questions
- SKU Generation
- Suppliers
- Transactions
- Variants
- Assemblies (BoM)
- Kits / Bundles (Coming Soon)
- Separating Inventory
- Events
- Exceptions
- Auth Integration
- Misc Functions and Uses
Description
Inventory is a fully tested, PSR compliant Laravel inventory solution. It provides the basics of inventory management using Eloquent such as:
- Inventory Item management
- Inventory Item Variant management
- Inventory Stock management (per location)
- Inventory Stock movement tracking
- Inventory SKU generation
- Inventory Assembly management (Bill of Materials)
- Inventory Bundle management
- Inventory Supplier management
- Inventory Transaction management
- Inventory Custom Attributes
All movements, stocks and inventory items are automatically given the current logged in user's ID. All inventory actions such as puts/removes/creations are covered by Laravel's built in database transactions. If any exception occurs during an inventory change, it will be rolled back automatically.
Depending on your needs, you may use the built in traits for customizing and creating your own models, or you can simply use the built in models.
Requirements
- PHP 8.*
- Laravel 9.* or Laravel 10.* (minimum version of PHP for Laravel 10 is ^8.1)
- Laravel's Auth, Sentry or Sentinel if you need automatic accountability
- A
users
database table
Benefits
If you're using the traits from this package to customize your install, that means you have complete flexibility over your own models, methods (excluding relationship names/type), database tables, property names, and attributes. You can set your own base model, and if you don't like the way a method is performed just override it.
Sit back and relax, it's nice to have control.
All versions of laravel-inventory with dependencies
laravel/framework Version ^9.6 || ^10.0 || ^11.0
gazsp/baum Version ^2.0