Download the PHP package wirelab/downloads-module without Composer
On this page you can find all versions of the php package wirelab/downloads-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package downloads-module
Downloads module
⚠️ This repository has been deprecated ⚠️
Module for managing downloads.
Installation
Overwriting the default view
php artisan addon:publish downloads
- Edit the
view
view inresources/<site name>/addons/wirelab/downloads-module/views/download
Adding fields to a download
- In the download module go to
fields
and make a new field - In the
downloads
section click onassignments
and assign the field
Adding downloads to a page
- Create a multiple field in the pages module, assign it to Locations > Locations
- Assign the field to a page type
- In the page type loop over
page.your_slug
and callrender()
on the downloads. Or callrender()
onpage.your_slug
to have it to loop for you. Examples:
Not calling render will return the attributes of the download.
All versions of downloads-module with dependencies
PHP Build Version
Package Version
No informations.
The package wirelab/downloads-module contains the following files
Loading the files please wait ....