Skip to main content

Products

This module adds products and product groups with fields that can be used for things like invoices. The main purpose of this module is to provide a clear overview of available products and was made as a supporting module for qore/subscriptions.

Resources

This module adds the following resources:

  • Products
  • Product groups

Installation

To install this module:

This module depends on qore/invoicing. Make sure to install, publish and migrate that and all its dependencies.

composer require qore/products
php artisan vendor:publish --tag=qore.products.config
php artisan vendor:publish --tag=qore.products.db

To upgrade this module:

composer update qore/products

If you need to upgrade migrations:

php artisan vendor:publish --tag=qore.products.db --force