Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pdir/timeline-events
- Owner: pdir
- License: lgpl-3.0
- Created: 2019-02-20T17:25:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T14:19:58.000Z (over 4 years ago)
- Last Synced: 2024-04-24T14:19:05.742Z (8 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```