- Issues: https://github.com/ammannbe/RecipeManagerWeb
- Supported architectures: amd64
- 8.x.x, 8.x, 8, latest
It's recommended to install this application with docker. Consult https://github.com/ammannbe/RecipeManagerDocker for installation
See also: Laravel Configuration
- APP_NAME: Name of the App. Default: RecipeManager
- API_URL The full api URL. Default: http://127.0.0.1:8000
- LOCALE: The default app locale Default: en
- LOCALES: Possible locales. Leave empty to hide the language switcher in the UI. Default: en,de
- PLACEHOLDER_IMAGE Optional: Full URL of a fallback recipe image.
- NOT_FOUND_IMAGE Fallback image, if the original one returns a HTTP 404 error. Default: http://127.0.0.1:8000/img/not-found.jpg
- DISABLE_REGISTRATION Disable user registrations Default: false
- DISABLE_COOKBOOKS Disable the cookbooks feature Default: false
- DISABLE_TAGS Disable the tags feature Default: false
- DISABLE_RATINGS Disable the ratings feature Default: false
- DISABLE_UNIT_CREATION Disable the "unit creation by normal users" feature Default: false
- DISABLE_FOOD_CREATION Disable the "food creation by normal users" feature Default: false
- DISABLE_INGREDIENT_ATTRIBUTE_CREATION Disable the "ingredient attribute creation by normal users" feature Default: false
- MAX_RATING_STARS Tha amount of possible rating stars Default: 5