2017 © Pedro Peláez
 

library github-hook

GitHub hook for Docit.

image

docit/github-hook

GitHub hook for Docit.

  • Thursday, December 10, 2015
  • by radic
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Docit Phpdoc Hook

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

Installation

  1. Add to composer, (*2)

    composer require docit/phpdoc-hook
  2. Add service provider, (*3)

    Docit\Hooks\Phpdoc\HookServiceProvider::class
  3. Publish and configure the configuration file, (*4)

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

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

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

The Versions