docit / filesystem-hook
Filesystem Hook for Docit, enabling the ability to host documentation through the local filesystem, Dropbox, FTP, Amazon S3, or Rackspace Cloud Files.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/docit/filesystem-hook
Requires
- php: >=5.5.9
- docit/core: 1.0.*
- docit/support: 1.0.*
- illuminate/filesystem: ~5.1
This package is not auto-updated.
Last update: 2025-10-12 00:09:54 UTC
README
The Filesystem Hook provides Docit the means to pull and render documentation from any of the following supported filesystem drivers:
- Local
- FTP
- Dropbox
- Amazon S3
- Rackspace Cloud Files
Installation
-
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