2017 © Pedro Peláez
 

streams-addon downloads-module

Module for managing downloads.

image

wirelab/downloads-module

Module for managing downloads.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

Downloads module

⚠️ This repository has been deprecated ⚠️

Module for managing downloads., (*1)

Installation

$ composer require wirelab/downloads-module
$ php artisan addon:install wirelab.module.downloads

Overwriting the default view

  1. php artisan addon:publish downloads
  2. Edit the view view in resources/<site name>/addons/wirelab/downloads-module/views/download

Adding fields to a download

  1. In the download module go to fields and make a new field
  2. In the downloads section click on assignments and assign the field

Adding downloads to a page

  1. Create a multiple field in the pages module, assign it to Locations > Locations
  2. Assign the field to a page type
  3. In the page type loop over page.your_slug and call render() on the downloads. Or call render() on page.your_slug to have it to loop for you. Examples:
page.your_slug.render()

```twig {% for download in page.your_slug %} download.render() {% endfor %}, (*2)

Not calling render will return the attributes of the download.
```twig
{% for download in page.your_slug %}
    {{ download.name }}
    {{ download.description }}
{% endfor %}

The Versions

21/06 2017

dev-master

9999999-dev http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3

21/06 2017

1.4.2

1.4.2.0 http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3

01/05 2017

1.4.1

1.4.1.0 http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3

01/05 2017

1.4

1.4.0.0 http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3

04/04 2017

1.3

1.3.0.0 http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3

03/04 2017

1.2

1.2.0.0 http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3

31/03 2017

1.1

1.1.0.0 http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3

31/03 2017

1.0

1.0.0.0 http://wirelab.nl/

Module for managing downloads.

  Sources   Download

MIT

pyrocms downloads managing wirelab pyrocms 3