Add initial version for model docs

This commit is contained in:
Barry vd. Heuvel
2013-04-27 22:12:35 +02:00
parent bde0f47db5
commit 1d26dfe58c
4 changed files with 239 additions and 2 deletions
@@ -4,7 +4,11 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
use DocBlock\Parser;
use Illuminate\Foundation\AliasLoader;
/**
* A command to generate autocomplete information for your IDE
*
* @author Barry vd. Heuvel <[email protected]>
*/
class GeneratorCommand extends Command {
/**