A Statamic V3 Addon to save any kind of documentation inside your control panel.
- Documentation available in the control panel
- Menu structure with children (max depth 2)
- Flexible text editing with bard editor
- Elements: Title, H2, H3, bold, italic, underlinded, ordered- and unordered lists, tables, blockuotes and links
- Videos can be embedded: Self hosted, from YouTube or Vimeo
- Optional video description
- Permissions (not added yet)
Would it be enough to list videos only? Check out my "How To" Addon: How To Addon
Pull in your package with composer
composer require jonassiewertsen/statamic-documentation
Create your first documentation page inside the control panel.
Documentation -> Manage -> Create Entry Write something useful and save it.
Bypass the memory limit for composer to avoid this error:
COMPOSER_MEMORY_LIMIT=-1 composer require jonassiewertsen/statamic-documentation
- Statamic V3
- Laravel 7 or 8
- min. PHP 7.3
Before going into productions with Statamic Documentation, you need to buy a license at the Statamic Marketplace.
Statamic Documentation is not free software.