docit / filesystem-hook by radic

Filesystem Hook for Docit, enabling the ability to host documentation through the local filesystem, Dropbox, FTP, Amazon S3, or Rackspace Cloud Files.
6
0
2
Package Data
Maintainer Username: radic
Package Create Date: 2015-12-08
Package Last Update: 2015-12-10
Language: PHP
License: Unknown
Last Refreshed: 2024-04-26 03:20:01
Package Statistics
Total Downloads: 6
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Docit Filesystem Hook

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

  1. Add to composer

     composer require docit/filesystem-hook
    
  2. Add service provider

     Docit\Hooks\Filesystem\HookServiceProvider::class
    
  3. Publish and configure the configuration file

     php artisan vendor:publish --provider=Docit\Hooks\Filesystem\HookServiceProvider --tag=config