Can I read Symfony 4: Understanding Services & Bundles on EtoBox?
Symfony 4: Understanding Services & Bundles by leonardo12 is a document available to read on EtoBox.
What is Symfony 4: Understanding Services & Bundles about?
- The document discusses Symfony services and bundles, which provide services. It introduces the KnpMarkdownBundle, which adds Markdown processing services. - The bundle is installed via Composer. This adds a Markdown service that can be used to process article content from Markdown to HTML in the controller. - Markdown formatting is added to sample article content in the controller using the new Markdown service. The content is passed to the template to be rendered.
- Author
- leonardo12
- Language
- EN