pqrs / l5b-crud

CRUD artisan command for rappasoft/laravel-5-boilerplate
21 stars 15 forks source link

Setting protected $hidden = true; doesn't hide the command #2

Open pqrs opened 5 years ago

pqrs commented 5 years ago

Auxiliary command l5b:stub should be hidden as it is not intended to be used from the command line, but setting

protected $hidden = false;

doesn't work.