niainteractive / listfiles
A component that displays a list of files for given directories with titles.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Type:october-plugin
Requires
- php: >=7.4
- october/cms: ^3.0
- october/rain: ^3.0
- october/system: ^3.0
This package is auto-updated.
Last update: 2025-03-12 20:15:04 UTC
README
Plugin for OctoberCMS
ListFiles is an OctoberCMS Plugin allows developers to display a list of all files in a given directory/folder. Each listed item is automatically turned into a link to that file.
CREDITS
This plugin is published by [Nia Interactive] (https://niainteractive.com)
However, the plugin was developed by [Hardik Satasiya] (https://www.fiverr.com/hardik_satasiya)
Thank you Hardik for your work!
USE
- Install the ListFiles Plugin in an OctoberCMS website.
- There is nothing in Settings or the Backend navigation
- ListFiles exists solely as a component
- Create or open a CMS Page
- Add the ListFiles component to the page
- Drag the component to the place on the page where the list will be displayed
- Use the selector to choose which folder to display
- The default directory is 'media'
- Add to the path as necessary
- e.g., /board-meetings/2020/november
- Add as many components as necessary to the page
- one component per folder to display
- Optional: Fork the component to customize look and flow of the list
- ListFiles provides a simple
- list, but can be customized