docit/github-hook

There is no license information available for the latest version (dev-master) of this package.

GitHub hook for Docit.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/docit/github-hook

dev-master / 1.0.x-dev 2015-12-10 07:19 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:13:23 UTC


README

The Phpdoc Hook provides Docit the means to parse the phpdoc generated xml file and display it in a user-friendly way:

Installation

  1. Add to composer

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

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

     php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=config
    
  4. Publish the asset files

     php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=public
    
  5. Publish the view files (optional)

     php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=views