chef

所属分类:代码编辑器
开发工具:PHP
文件大小:45KB
下载次数:0
上传日期:2020-03-31 08:38:25
上 传 者sh-1993
说明:  Chef是一个小型PHP web应用程序,充当食谱的中心位置。
(Chef is a small PHP web application that acts as a central place for your recipes.)

文件列表:
LICENSE (1096, 2020-03-31)
composer.json (419, 2020-03-31)
composer.lock (175218, 2020-03-31)
docker-compose.yml (700, 2020-03-31)
docker (0, 2020-03-31)
docker\application (0, 2020-03-31)
docker\application\Dockerfile (817, 2020-03-31)
docker\application\php.ini (47, 2020-03-31)
phpunit.xml (1305, 2020-03-31)
public (0, 2020-03-31)
public\.htaccess (458, 2020-03-31)
public\index.php (79, 2020-03-31)
public\styles.css (3592, 2020-03-31)
recipes (0, 2020-03-31)
recipes\baerlauchbrot.md (1461, 2020-03-31)
recipes\banana_split_dessert.md (1918, 2020-03-31)
recipes\bester_vegetarischer_nudelauflauf.md (1359, 2020-03-31)
recipes\blumenkohlsuppe_mit_speck.md (1155, 2020-03-31)
recipes\bulgursalat.md (1207, 2020-03-31)
recipes\cremiger_nudelauflauf_mit_tomaten_und_mozzarella.md (1919, 2020-03-31)
recipes\eierkuchen_bzw_pfannkuchen.md (1210, 2020-03-31)
recipes\gelbes_curry.md (959, 2020-03-31)
recipes\gnocchi_alla_panna.md (1100, 2020-03-31)
recipes\indisches_butter_chicken_aus_dem_ofen.md (1745, 2020-03-31)
recipes\mit_ratatouille_gefuellte_und_ueberbackene_paprika.md (1277, 2020-03-31)
recipes\vegetarische_bolognese.md (1209, 2020-03-31)
recipes\vegetarische_frikadellen.md (1452, 2020-03-31)
recipes\vegetarisches_chili.md (1158, 2020-03-31)
recipes\vegetarisches_thai-curry_mit_kokosmilch_fuer_geniesser.md (1012, 2020-03-31)
src (0, 2020-03-31)
src\Models (0, 2020-03-31)
src\Models\Recipe.php (1989, 2020-03-31)
src\RecipeBook.php (4439, 2020-03-31)
tests (0, 2020-03-31)
... ...

[![Build Status](https://github.com/runepiper/chef/workflows/Deploying/badge.svg)](https://github.com/runepiper/chef/actions) # Chef Ԭ Chef is a small PHP web application that acts as a central place for your recipes. ## Installation - `git clone git@github.com:runepiper/chef.git` - `cd chef && composer install` That's all ## Adding recipes - Add markdown files to the `./recipes/` directory. - You can enrich your recipes with some meta information: ```markdown ``` - Want an image? No problem. Just add it to the `public/uploads/` folder and link it in your markdown recipe. - You can easily add recipes with the [chef-scraper](https://github.com/janschill/chef-scraper) extension. ## Where is my new recipe? We utilize some static file cache, which improves load times and makes content search easier. Simply run `rm public/cache.php`. The file will be generated at the next request.

近期下载者

相关文件


收藏者