Skip to content

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 2.63 KB

README.md

File metadata and controls

executable file
·
47 lines (30 loc) · 2.63 KB

ProcessWire Dashboard

GitHub tag (latest by date)  ProcessWire version  GitHub License  GitHub (Pre-)Release Date

Display a configurable dashboard in ProcessWire's admin interface. Includes a set of predefined panel types, but can be easily extended to display any content you want.

DocumentationReleasesModule directorySupport forum

Dashboard

Getting Started

Check out the documentation to get started.

Features

  • Multiple panel types available
    The module comes bundled with multiple panel types that should cover 80% of use cases.

  • Easy to extend
    Creating your own panels is easy: you can either render a template file or create your own panel types by creating a ProcessWire module.

  • Highly configurable
    You're free to customize panels in their size, position, title and layout. Panels can be grouped and nested to create whatever layout you need.

  • Configuration as Code
    All configuration is done as code. This meets two objectives: the dashboard config can be version-controlled and sensitive credentials are never stored in the database. You are free to supply the data any way you want, preferably using environment variables.

Support

Contributing

Pull requests are welcome. Please read the Contributing Guidelines.

License

Licensed under GPL-3.0