You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best practice is here: It depends on the context.
Your examples from Laravel UI describe different things. The controller is singular because it handles the resetting of a password, while the view folder passwords acts as a collection for all views regarding password handling. The route name is singular because its seen from the viewpoint of a user, which has only one password.
Laravel UI build-in:
should controllers/views sub-dir be singular or plural?
for example: https://github.com/settings/profile
Controllers/Settings/ProfileController.php
orControllers/Setting/
views/settings/profile.blade.php
orviews/setting/
settings.profile
orsetting.profile
The text was updated successfully, but these errors were encountered: