store/manager

There is no license information available for the latest version (dev-master) of this package.

Website Package

dev-master 2022-08-23 15:48 UTC

This package is not auto-updated.

Last update: 2025-06-11 05:19:58 UTC


README

This package should communicate with Feramy.

This package depends on store bridge to communicate with 
Feramy RMS. Products and other related items will be 
fetched directly from Feramy RMS

route('store.view') // GET METHOD // /store/list
route('store.search'); // GET METHOD
route('store.product.details', ['id'=>$id, 'name'=>$name]) // GET METHOD /store/category/127/selected/SALADS
route('store.category.view') // GET METHOD
route('store.category.products') // GET METHOD