Filesystem Hook for Docit, enabling the ability to host documentation through the local filesystem, Dropbox, FTP, Amazon S3, or Rackspace Cloud Files.
docit/filesystem-hook is a Laravel package for filesystem hook for docit, enabling the ability to host documentation through the local filesystem, dropbox, ftp, amazon s3, or rackspace cloud files..
It currently has 0 GitHub stars and 6 downloads on Packagist.
Install it with composer require docit/filesystem-hook.
Discover more Laravel packages by docit
or browse all Laravel packages to compare alternatives.
Last updated
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