Facade Docblock Generator is a package that will help you with generating the docblocks for your facades. Based on the work of Tim MacDonald in the Laravel Framework repository.
You can install the package via composer:
composer require codedor/facade-docblock-generator --devvendor/bin/facade-docblock-generator <namespace> <path>The namespace is the namespace for your facades and the path the path to where we can find your facades.
E.g. for the Laravel Framework this would be:
vendor/bin/facade-docblock-generator Illuminate\\Support\\Facades src/Illuminate/Support/Facades