laravel-shift/blueprint

make views folder for match name convention

spham opened this issue · 3 comments

spham commented

Synopsis:

the name forder with singular
ie: post/index.blade.php

Proposed Syntax:

so it should store with plural name, if we user conventin for best practice

Expected Behavior:

posts/index.blade.php
posts/create.blade.php
...

There is no official naming conventions. Blueprint should follow whatever name you use when referencing your views or the controller prefix.

spham commented

Hi, what's new on 2023 ?

Nothing.