| Package Data | |
|---|---|
| Maintainer Username: | radic |
| Package Create Date: | 2015-12-08 |
| Package Last Update: | 2015-12-10 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-10-27 03:13:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 6 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
The Filesystem Hook provides Docit the means to pull and render documentation from any of the following supported filesystem drivers:
Add to composer
composer require docit/filesystem-hook
Add service provider
Docit\Hooks\Filesystem\HookServiceProvider::class
Publish and configure the configuration file
php artisan vendor:publish --provider=Docit\Hooks\Filesystem\HookServiceProvider --tag=config