dev-master
9999999-dev http://appventus.comBundle helping you to fill your php docs
MIT
The Requires
- php >=5.3.2
php documentation doc phpdocfill
Bundle helping you to fill your php docs
The PhpDocFillBundle help you to write your documentation for all your symfony2 projects., (*1)
Get the source with composer :, (*2)
require "appventus/php-doc-fill-bundle": "dev-master"
Declare the bundle in your AppKernel.php:, (*3)
public function registerBundles() { $bundles = array( [...] new AppVentus\PhpDocFillBundle\AvPhpDocFillBundle(), [...]
Then declare the routing.yml in your application:, (*4)
# PhpDocFillBundle Routing av_php_doc_fill_bundle_routes: resource: "@AvPhpDocFillBundle/Resources/config/routing.yml" prefix: /
Then add the php templating engine support in your framework configuration :, (*5)
framework: templating: engines: ['twig', 'php'] ...
You now have a new action available in the symfony2 debug bar., (*6)
Enjoy !, (*7)
This bundle is based on existing library created by Clement Nedelcu. Thanks him for his work., (*8)
Bundle helping you to fill your php docs
MIT
php documentation doc phpdocfill