29/12
2015
Wallogit.com
2017 © Pedro Peláez
The Phpdoc Hook provides Docit the means to parse the phpdoc generated xml file and display it in a user-friendly way:, (*2)
Add to composer, (*3)
composer require docit/phpdoc-hook
Add service provider, (*4)
Docit\Hooks\Phpdoc\HookServiceProvider::class
Publish and configure the configuration file, (*5)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=config
Publish the asset files, (*6)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=public
Publish the view files (optional), (*7)
php artisan vendor:publish --provider=Docit\Hooks\Phpdoc\HookServiceProvider --tag=views