Package Data | |
---|---|
Maintainer Username: | radic |
Package Create Date: | 2015-12-08 |
Package Last Update: | 2015-12-10 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-12-15 15:16:42 |
Package Statistics | |
---|---|
Total Downloads: | 6 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
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