steadfast-collective / statamic-cp-resources
Installs: 609
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Requires
- statamic/cms: ^3.3|^4.0|^5.0
README
This addon provides a helpful 'Resources' page in the Control Panel for clients.
It's currently pretty specific to how we work at Steadfast Collective. However, we may look at expanding it in the future to work for others.
Features
This addon:
- Adds a page to the Control Panel allowing clients to watch Loom videos on how to use the CMS
- Links to additional resources (such as guides & blog posts)
- Probably more in the future...
How to Install
Run the following commands from your project root:
composer require steadfast-collective/statamic-cp-resources php artisan vendor:publish --tag=statamic-cp-resources-config php artisan vendor:publish --tag=statamic-cp-resources
How to Use
By default, a 'Resources' page will be added to the Control Panel navigation. However, the page will be blank.
In the config/statamic-client-dashboard.php
config file, you may configure the link to the Trello board, any Looms you wish to be displayed & any additional resources which should be linked.
You may also configure the titles used in the Control Panel navigation.