Artisan Make Trait #50825
Unanswered
hamzaelmaghari
asked this question in
Q&A
Artisan Make Trait
#50825
Replies: 1 comment 10 replies
-
No, these are intended to be flexible in design as they aren't framework-specific. #50492 You can customize the directory on creation. e.g. |
Beta Was this translation helpful? Give feedback.
10 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.
-
Hello devs,
Laravel 11 come with new
make
command let's talk first aboutphp artisan make:trait Example
, by default the generated trait will be created inApp
directory, instead ofApp\Traits
.My question is don't you find this weird!?
Beta Was this translation helpful? Give feedback.
All reactions