mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Add initial version for model docs
This commit is contained in:
@@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user