Handy helper generators for Laravel e-commerce projects — auto-generate unique SKUs, order numbers, and ticket numbers on your Eloquent models via the
HasSku,HasOrderNumber, andHasTicketNumbertraits, each configurable globally or per model and fully replaceable.
Compatible with PHP ^8.0.
composer require simtabi/lacommerce
php artisan vendor:publish --tag=lacommerce:configFull documentation is at opensource.simtabi.com/documentation/laranail/lacommerce — installation, getting started, each generator trait, and configuration.
The SKU-generation approach builds on Cyrill Kalita / binary-cats' work, plus all contributors.
Issues and PRs are welcome — see CONTRIBUTING.md. Report vulnerabilities per SECURITY.md (opensource@simtabi.com); participation follows the Code of Conduct.
MIT © Simtabi LLC. See LICENSE.md.