Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 1.01 KB

File metadata and controls

38 lines (24 loc) · 1.01 KB

Facade Docblock Generator

Introduction

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.

Installation

You can install the package via composer:

composer require codedor/facade-docblock-generator --dev

Running the generator

vendor/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