mailing.list is confuse with views/mailing/list.blade.php or views/mailing.list.blade.php
i will use mailing_list.blade.php
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello everybody!
From a best practice point of view, what whould be the best way to name your folders in the "views" directory when you're referring to a module that has two words in its name.
For example, if I have the "MailingList" model and "MailingListController", the best way to name the views directory would be "mailing.list" or "mailing_list" or "mailingList" ?
Thanks.
Please or to participate in this conversation.