appkonik/products

Ecommerce Products Package

v1.0.3 2023-01-31 13:49 UTC

This package is not auto-updated.

Last update: 2024-05-31 15:07:20 UTC


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.