for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Distilleries\FormBuilder\Console;
class FormMakeCommand extends \Kris\LaravelFormBuilder\Console\FormMakeCommand
{
protected function getStub()
return __DIR__.'/stubs/form-class-template.stub';
}