In this lesson, we will talk about API documentation and how to generate it. This lesson will use Scribe to auto-generate documentation. At the end, we will have a similar page to the image below:

We can install Scribe via composer with the --dev flag because this package is for a development environment. And then publish the config file.
composer require --dev knuckleswtf/scribephp artisan vendor:publish --tag=scribe-config
By default, Scribe is set to use...
I was thinking that using comments/docblocks could lead to undesired text in the docs but the annotations override these if they both exist, so happy days.