nibra / content-elements
A collection of Content Elements used by Joomla! X (Pythagoras)
dev-master
2017-05-05 18:09 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^6.1
This package is auto-updated.
Last update: 2024-10-29 04:09:28 UTC
README
A collection of Content Elements used by Joomla! X (Pythagoras) based on the proposed Joomla! specification for Content Elements v0.2.1.
Usage
To use the Content Elements in your project, enter
$ composer require nibra/content-elements
in the console.
Documentation
The documentation in the docs
directory is generated from the sources.
Build environment
Some Composer scripts are provided to make life a bit easier.
composer docs
- Generate the documentation for the Content Elementscomposer icons
- Generate the icons for the Content Elements from SVG filescomposer pull
- Pull the latest version ofjoomla-standards-contenttypes
Tests
To run the tests, just enter
$ phpunit