PHPackages                             fbf/laravel-food - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. fbf/laravel-food

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fbf/laravel-food
================

A Laravel 4 Package for websites for manufacturers of food based products, with multiple product categories, products, recipes and stockists

v0.2.0(12y ago)111354MITPHPPHP &gt;=5.3.0

Since Jan 7Pushed 12y ago6 watchersCompare

[ Source](https://github.com/FbF/Laravel-Food)[ Packagist](https://packagist.org/packages/fbf/laravel-food)[ RSS](/packages/fbf-laravel-food/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Food
============

[](#laravel-food)

A Laravel 4 Package for websites for manufacturers of food based products, with multiple product categories, products, recipes and stockists

Pages
-----

[](#pages)

- Product categories index
- Product category detail, showing index of products
- Product detail page
- Recipe category index
- Recipe category detail, showing index of recipes
- Recipes by product detail, showing index of recipes (accessible through a product tag cloud)
- Recipe detail page
- Stockists page

Installation
------------

[](#installation)

Add the following to you composer.json file

```
"fbf/laravel-food": "dev-master"

```

Run

```
composer update

```

Add the following to app/config/app.php

```
'Fbf\LaravelFood\LaravelFoodServiceProvider'

```

Run the package migration

```
php artisan migrate --package=fbf/laravel-food

```

Publish the config

```
php artisan config:publish fbf/laravel-food

```

Create the relevant image upload directories that you specify in your config, e.g.

```
public/uploads/packages/fbf/laravel-food/product_categories/main/original
public/uploads/packages/fbf/laravel-food/product_categories/main/resized
public/uploads/packages/fbf/laravel-food/product_categories/stockist/original
public/uploads/packages/fbf/laravel-food/products/main/original
public/uploads/packages/fbf/laravel-food/products/main/resized
public/uploads/packages/fbf/laravel-food/products/main/thumbnail
public/uploads/packages/fbf/laravel-food/recipe_categories/main/original
public/uploads/packages/fbf/laravel-food/recipe_categories/main/resized
public/uploads/packages/fbf/laravel-food/recipes/main/original
public/uploads/packages/fbf/laravel-food/recipes/main/large
public/uploads/packages/fbf/laravel-food/recipes/main/medium
public/uploads/packages/fbf/laravel-food/recipes/main/small
public/uploads/packages/fbf/laravel-food/stockists/logo/original
public/uploads/packages/fbf/laravel-food/stockists/logo/resized

```

Configuration
-------------

[](#configuration)

Check out the 2 configuration files for the options, these are:

```
src/config/config.php
src/config/images.php

```

Administrator
-------------

[](#administrator)

You can use the excellent Laravel Administrator package by FrozenNode to administer your blog.

Several ready-to-use model config files for the models are provided in the src/config/administrator directory of the package, which you can copy into the app/config/administrator directory (or whatever you set as the model\_config\_path in the administrator config file).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Total

2

Last Release

4543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1890fa7f83fd77b7c73d984199cb9a45ba9871acb4133490f43115c19fe845f?d=identicon)[neilcrookes](/maintainers/neilcrookes)

---

Top Contributors

[![neilcrookes](https://avatars.githubusercontent.com/u/24232?v=4)](https://github.com/neilcrookes "neilcrookes (1 commits)")

### Embed Badge

![Health badge](/badges/fbf-laravel-food/health.svg)

```
[![Health](https://phpackages.com/badges/fbf-laravel-food/health.svg)](https://phpackages.com/packages/fbf-laravel-food)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M363](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
