Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdir/timeline-events

Extension for Contao CMS to add an events timeline to the frontend
https://github.com/pdir/timeline-events

Last synced: 14 days ago
JSON representation

Extension for Contao CMS to add an events timeline to the frontend

Awesome Lists containing this project

README

        

# Timeline Events Bundle for Contao

Adds a simple events timeline to the frontend

## Dev Hint

Run the PHP-CS-Fixer and the unit test before you release your bundle:

```bash
vendor/bin/php-cs-fixer fix -v
vendor/bin/phpunit
```