ingenius / products
Ingenius Products Package
1.0.0
2025-07-24 17:11 UTC
Requires
- php: ^8.2
- ingenius/auth: *
- ingenius/core: *
- spatie/laravel-sluggable: ^3.7
Requires (Dev)
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^11.0
README
A package for the Ingenius Click platform.
Installation
composer require ingenius/Products
Configuration
Environment Variables
PRODUCT_MODEL=Ingenius\Products\Models\Product
This environment variable is used across all packages that need to reference the Product model.
Usage
// Usage examples will go here
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.