appkonik / products
Ecommerce Products Package
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/appkonik/products
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.