Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoxabbos/october-restaurant-menu-plugin
Restaurant menu plugin for octobercms
https://github.com/shoxabbos/october-restaurant-menu-plugin
itmakeruz menu octobercms plugin restaraunt
Last synced: about 1 month ago
JSON representation
Restaurant menu plugin for octobercms
- Host: GitHub
- URL: https://github.com/shoxabbos/october-restaurant-menu-plugin
- Owner: shoxabbos
- Created: 2018-09-12T12:37:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T08:26:17.000Z (over 6 years ago)
- Last Synced: 2024-06-07T18:24:45.914Z (7 months ago)
- Topics: itmakeruz, menu, octobercms, plugin, restaraunt
- Language: PHP
- Homepage: https://itmaker.uz
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Usage
After installation plugin will register backend "Restaurant" menu position. From there you will be able to manage your menu items and categories.There will be two sub-menus, Categories and Items. Categories will list all created categories. Items some will list all created items.
### API usage
* Url to get all categories: `/api/v1/categories`
* Url to get single category: `/api/v1/categories/:id`
* Url to get all items: `/api/v1/items`
* Url to get single item: `/api/v1/items/:id`