appkonik / products
Ecommerce Products Package
v1.0.3
2023-01-31 13:49 UTC
Requires
- php: ^8.1.0
- illuminate/support: ^9.48
Requires (Dev)
- phpunit/phpunit: ^9.5
README
This package is a basic implementation of Products feature for Laravel e-commerce stores
Installation
You can install the package via composer:
composer require appkonik/products
Usage
Publish migrations via: php artisan vendor:publish --provider="Appkonik\Products\ProductsServiceProvider" --tag="migrations"
Testing
composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@appkonik.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.