Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelcollective/acorn-settings-dashboard
Provides Acorn projects with configuration options for the WordPress dashboard
https://github.com/pixelcollective/acorn-settings-dashboard
Last synced: 3 months ago
JSON representation
Provides Acorn projects with configuration options for the WordPress dashboard
- Host: GitHub
- URL: https://github.com/pixelcollective/acorn-settings-dashboard
- Owner: pixelcollective
- License: mit
- Created: 2019-07-21T02:48:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:56:19.000Z (11 months ago)
- Last Synced: 2024-05-01T21:01:46.032Z (7 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Acorn Settings -- Dashboard
Provides Acorn projects with configuration options for the WordPress dashboard.
## Requirements
[Sage](https://github.com/roots/sage) >= 10.0
[PHP](https://secure.php.net/manual/en/install.php) >= 7.3
[Composer](https://getcomposer.org)
## Installation
Install via composer:
```bash
composer require tiny-pixel/acorn-settings-dashboard
```After installation run the following command to publish the starter configuration file to your application:
```bash
wp acorn vendor:publish
```## Regenerating cache
Dashboard settings are cached with no expiration. If you make changes to your configuration you will need to regenerate the cache in order for them to take effect.
Run the following command to regenerate the cache:
```bash
wp acorn optimize:clear
```Happy dashboard'ing!
## Acknowledgements
Code to manage the columns count comes from the [Sober\Intervention](https://github.com/soberwp/intervention) Dashboard module. ❤