Installation
Install Vellum in a Laravel application.
Require the package with Composer:
terminal
1composer require jimmyverburgt/vellum
2php artisan vellum:installThen publish the config and starter docs:
php artisan vellum:install
Start from the published stubs under resources/docs.
Code blocks support titles, line highlights, line numbers, and a copy button.