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.
6
Install
composer require docit/filesystem-hook
PHP:>=5.5.9
Last Updated:Dec 10, 2015
Links: GitHub  ·  Packagist
Maintainer: radic

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
    

Related Packages

salopot/laravel-attach-image

Provides functionality for attach files to model and manipulate if file is image

48 0
naturalweb/nwlaravel-filestorage

FileStorage for the Laravel PHP Framework

58 3
mmanos/laravel-localpushqueue

A local push queue driver for Laravel 4.

840 1
aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PH...

39,950,754 1,716