docit/phpdoc-hook

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

dev-master 2015-12-29 15:39 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:09:00 UTC


README

Build Status Scrutinizer coverage Scrutinizer quality Source License

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