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
Requires
- php: >=5.5.9
- docit/core: 1.0.*
- docit/support: 1.0.*
This package is not auto-updated.
Last update: 2026-03-01 02:53:58 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