docit / phpdoc-hook
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.5.9
- docit/core: 1.0.*
- docit/support: 1.0.*
This package is not auto-updated.
Last update: 2024-10-26 19:16:08 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