Introduction
Welcome to your Vellum documentation.
This is your documentation home page. Edit resources/docs/index.md to get started.
Markdown extensions
Inline highlight: Route::get()
Use callouts for notes, tips, warnings, danger, and info.
Careful
Optional titles go in brackets after the directive name.
install.sh
npm install jimmyverburgt/vellum
1composer require jimmyverburgt/vellumInstall the package
Require Vellum with Composer.
Publish starter docs
Run php artisan vellum:install.
See the Laravel docs for framework details.
Next steps
- Add pages under
resources/docs/ - Run
php artisan vellum:buildin production