mitchmckenna on Where do you store your traits?

February 26 2014, 9:41pm

But does all your folders have "s" on the end (eg. "Controllers", "Models")? I like the convention of singular folders (eg. "Controller", "Model") for a more readable namespace ("Acme\Blog\Controller\HelloWorld.php"), so when I have to name a folder for traits "Traits" it doesn't match the rest of the folders.