2017 © Pedro Peláez
 

library phpdoc-hook

image

docit/phpdoc-hook

  • Tuesday, December 29, 2015
  • by radic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Docit Phpdoc Hook

Build Status Scrutinizer coverage Scrutinizer quality Source License, (*1)

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

Installation

  1. Add to composer, (*3)

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

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

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

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

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

The Versions

29/12 2015

dev-master

9999999-dev

  Sources   Download

The Requires