PHPackages                             fbf/laravel-downloads - 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-downloads

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

fbf/laravel-downloads
=====================

A Laravel 4 package for adding content managed 'downloads' to a site

31071[1 issues](https://github.com/FbF/Laravel-Downloads/issues)PHP

Since Jan 20Pushed 12y ago1 watchersCompare

[ Source](https://github.com/FbF/Laravel-Downloads)[ Packagist](https://packagist.org/packages/fbf/laravel-downloads)[ RSS](/packages/fbf-laravel-downloads/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Downloads
=================

[](#laravel-downloads)

A Laravel 4 package for adding content managed 'downloads' to a site

Includes
--------

[](#includes)

- Migration for a database table to store references to the uploaded files
- Model for accessing the database table
- FrozenNode Administrator config for uploading and managing images

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

[](#installation)

Add the following to you composer.json file

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

```

Run

```
composer update

```

Add the following to app/config/app.php

```
'Fbf\LaravelDownloads\LaravelDownloadsServiceProvider'

```

Publish the config

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

```

Run the migration

```
php artisan migrate --package="fbf/laravel-downloads"

```

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

```
public/uploads/packages/fbf/laravel-downloads/downloads
public/uploads/packages/fbf/laravel-downloads/images/original
public/uploads/packages/fbf/laravel-downloads/images/resized

```

Usage
-----

[](#usage)

In your views you can do something like the following:

```

        Download our {{ $download->title }}

    [{{ $download->extension }}, {{ $download->human_readable_filesize }}]

```

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

[](#administrator)

You can use the excellent Laravel Administrator package by frozennode to administer your images.

A ready-to-use model config file for the Download model (downloads.php) is 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

21

—

LowBetter than 19% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### 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-downloads/health.svg)

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

###  Alternatives

[proloser/cakephp-csv

5223.6k](/packages/proloser-cakephp-csv)[bobmotor/magento-2-gulp

Magento 2 gulp configuration

4228.8k](/packages/bobmotor-magento-2-gulp)[shetabit/token-builder

Laravel Token Builder

236.7k](/packages/shetabit-token-builder)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

188.5k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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