Replies: 1 comment
-
This is something an IDE should do. I can only see the use case of such a command for things that are laravel specific. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to work on an artisan command to generate a Laravel Trait class using
php artisan make:trait TraitName
which would create a predefined file in the directoryapp/Http/Traits
. Just wanted to see if this would be ok before tackling it. Thanks!Beta Was this translation helpful? Give feedback.
All reactions