docit/github-hook

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

GitHub hook for Docit.

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

This package is not auto-updated.

Last update: 2024-04-13 16:23:49 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