Laravel Blueprint Docs

screenshot of Laravel Blueprint Docs
scss

API Blueprint Renderer for Laravel, customizable via Blade templates

Overview

Blueprint Docs is a Laravel package that allows you to render your API Blueprint. It comes with a standard theme that can be customized using Blade templates. The package requires Laravel 5.4 or greater and the Drafter command line tool. API Blueprint is a Markdown-based document format for writing API descriptions and documentation. Blueprint Docs currently supports API Blueprint format 1A.

Features

  • Renders API Blueprint
  • Customizable theme using Blade templates
  • Requires Laravel 5.4 or greater
  • Supports API Blueprint format 1A
  • Includes example API Blueprint boilerplate

Summary

Blueprint Docs is a Laravel package that allows you to render your API Blueprint. It provides a customizable theme using Blade templates and supports API Blueprint format 1A. The package requires Laravel 5.4 or greater and the Drafter command line tool. Installation involves installing the Drafter tool, installing the Blueprint Docs package via composer, and publishing the necessary files and assets.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.