This plugin requires Craft CMS 3.0.0-beta.23 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require theskyfloor/force-download
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Force Download.
Simple action to force downloading of an asset by ID without any user/permissions checks.
Output a complete a tag automatically.
{{craft.forceDownload.downloadUrl(assetId)}}
Output the download href and style it however you want.
<a href="{{craft.forceDownload.download(assetId)}}">Download</a>
Log downloads
- Release it
Brought to you by Alan Miller