store / manager
Website Package
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
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