Replies: 2 comments
-
The problem lies in the GeneratorCommand class, it's nothing specific to the |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #48014 |
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.
-
In addition to the basic command
php artisan make:component Forms/Input
it is possible to generate components by quick formphp artisan make:component forms.input
. Unfortunately, it generates a class namedforms.input extends Component
.Maybe it would be good to change it to the correct camelCase, namespaced form?
Beta Was this translation helpful? Give feedback.
All reactions