0.2.0 • Published 10 years ago

laravel-elixir-phpdox v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Usage

This is a simple PHPDox wrapper around Laravel Elixir. Add it to your Elixir-enhanced Gulpfile, like so:

var elixir = require('laravel-elixir');

require('laravel-elixir-phpdox');

elixir(function(mix) {
   mix.phpdox('phpdox', 'phpdox.xml.dist');
});

This will scan any PHP classes in your 'app' folder for changes, and trigger your PHPDox documentation generator.

Additional Information

For more information please refer to the PHPDox documentation.

0.2.0

10 years ago

0.1.0

11 years ago