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: over 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T14:19:58.000Z (about 6 years ago)
- Last Synced: 2025-02-04T04:27:59.062Z (over 1 year 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
```