tomrummet / marker-bundle
There is no license information available for the latest version (0.5.0) of this package.
Markdown CMS and blog
Package info
codeberg.org/tomrummet/marker-bundle
Type:symfony-bundle
pkg:composer/tomrummet/marker-bundle
0.5.0
2026-09-12 12:13 UTC
Requires
- league/commonmark: ^2.7
- symfony/console: ^8.1
- symfony/framework-bundle: ^8.1
- symfony/string: ^8.1
- symfony/translation: ^8.1
- symfony/twig-bundle: ^8.1
- symfony/yaml: ^8.1
Requires (Dev)
- phpunit/phpunit: ^12.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Content directory
Create contents folder with the following:
Change the paths to what suit your setup.
## Index page
## Environment variables
In your .env set the following:
```
MARKER_DIRS_PAGES=storage/contents/pages/
MARKER_DIRS_POSTS=storage/contents/posts/
MARKER_DIRS_MODULES=storage/contents/modules/
MARKER_PAGES_POSTS_SORT=999
```
Change the paths to what suit your setup.