Actions
Table of Contents
Namespaces
Classes
- AnonymousViewCompiler
- Compile any Blade file using the Blade facade as it allows us to render it without having to register the directory with the view finder.
- BladeMatterParser
- ConvertsArrayToFrontMatter
- Convert an array into YAML Front Matter.
- ConvertsMarkdownToPlainText
- Converts Markdown to plain text.
- CreatesNewMarkdownPostFile
- Offloads logic for the make:post command.
- CreatesNewPageSourceFile
- Scaffold a new Markdown, Blade, or documentation page.
- GeneratesTableOfContents
- Generates a table of contents for the Markdown document, most commonly used for the sidebar.
- MarkdownFileParser
- Prepares a Markdown file for further usage by extracting the Front Matter and Markdown body, and creating MarkdownDocument object from them.
- SourceFileParser
- Parses a source file and returns a new page model instance for it.
- StaticPageBuilder
- Converts a Hyde page object into a static HTML page.