library github-hook
GitHub hook for Docit.
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
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
-
Add to composer, (*2)
composer require docit/phpdoc-hook
-
Add service provider, (*3)
Docit\Hooks\Phpdoc\HookServiceProvider::class
-
Publish and configure the configuration file, (*4)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=config
-
Publish the asset files, (*5)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=public
-
Publish the view files (optional), (*6)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=views
dev-master
9999999-dev
GitHub hook for Docit.
Sources
Download
The Requires