docit / filesystem-hook
There is no license information available for the latest version (dev-master) of this package.
Filesystem Hook for Docit, enabling the ability to host documentation through the local filesystem, Dropbox, FTP, Amazon S3, or Rackspace Cloud Files.
dev-master / 1.0.x-dev
2015-12-10 07:20 UTC
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: 2024-10-26 19:21:30 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