store / manager
此包最新版本(dev-master)没有可用的许可信息。
网站包
dev-master
2022-08-23 15:48 UTC
This package is not auto-updated.
Last update: 2024-10-02 01:41:09 UTC
README
此包应与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