Skip to content

A simple plugin for Craft CMS to allow for private assets

License

Notifications You must be signed in to change notification settings

mckenzieclark/internal-assets-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internal Assets plugin for Craft CMS 3.x

A simple plugin to restrict access to assets for permitted users only. Access to a given asset is only granted if the user has view-permissions for the given source (this can be set in the user- or group-settings).

The asset source folder should be moved out of the web root folder so the files are never accessible without this plugin.

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require tikiatua/internal-assets
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Internal Assets.

Internal Assets Overview

-Insert text here-

Configuring Internal Assets

-Insert text here-

Using Internal Assets

-Insert text here-

Internal Assets Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by Ramon Saccilotto

About

A simple plugin for Craft CMS to allow for private assets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.6%
  • HTML 4.4%