generate laravel controller without the comments

Viewed 1003

I use php artisan to generate controller:

php artisan make:controller TestController --resource

I always delete the comments because I don't like them, but every time I generate a file I delete the comments and I'm tired of it.

Is there any way to generate files without the comments?

1 Answers
Related