I love the promise of this library, but I've searched the web and this repository and I couldn't find any relevant documentation on how to create an Article or the Controller/Routes to use.
So far, the documentation talks about creating comments;
{{ render(url('odiseo_blog_partial_comment_create', {'slug': article.slug, 'template': 'Main/Blog/_comment_create.html.twig'})) }}
But how do you create the comments to get started?
I love the promise of this library, but I've searched the web and this repository and I couldn't find any relevant documentation on how to create an Article or the Controller/Routes to use.
So far, the documentation talks about creating comments;
{{ render(url('odiseo_blog_partial_comment_create', {'slug': article.slug, 'template': 'Main/Blog/_comment_create.html.twig'})) }}But how do you create the comments to get started?