This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Add Trait Support #30
Comments
@iamazik could u explain what u mean by that on an example? |
I just simply want to run <?php
namespace Vendor\Package\Traits;
trait MyTrait
{
//
} |
@iamazik ah ok. Sure can do this. You can create a PR for it or wait for @rennokki or me to implement it :) |
@iamazik added |
@Naoray Nice, don't forget to also add support for views :) |
@iamazik I don't think we need support for creating views. It's like config files... you only need to create a file and you are done. |
Right, the confusion I always had is where to put it. So, I think it would be helpful for fresher and they won't have to this confusion again. Not sure if I was the only one with this confusion. |
Under `resources/views`. Try the `package:notifocation -m test` and u ll
see where the view ll be created
…On Sat, Aug 25, 2018, 15:55 Md Mazedul Islam Khan ***@***.***> wrote:
Right, the confusion I always had is where to put it. So, I think it would
be helpful for fresher and they won't have to this confusion again. Not
sure if I was the only one with this confusion.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJrwdHNEothP4rRkC5_VZaw4WT2MItSCks5uUVdUgaJpZM4WLOJ0>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any plan to add a trait command support where the command will add traits inside the trait folder?
The text was updated successfully, but these errors were encountered: