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
Requires
- php: >=5.5.9
- docit/core: 1.0.*
- docit/support: 1.0.*
- graham-campbell/github: ~4.0
- potherca/flysystem-github: 0.2.*
- vierbergenlars/php-semver: 3.0.*
This package is not auto-updated.
Last update: 2024-10-26 19:37:53 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
-
Add to composer
composer require docit/phpdoc-hook
-
Add service provider
Docit\Hooks\Phpdoc\HookServiceProvider::class
-
Publish and configure the configuration file
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=config
-
Publish the asset files
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=public
-
Publish the view files (optional)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=views