Skip to content

webfucktory/laravel-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Present Laravel standards completes and/or overrides Laravel docs.

Controllers

route's URL MUST correspond to controller's namespace.

Controllers/_Case

/foo/bar = \App\Http\Controllers\Foo\Bar

Eloquent: API Resources

route's URL MUST correspond to resource's namespace.

Eloquent: API Resources/_Case

/resources/foo/bar = \App\Http\Controllers\Resources\Foo\Bar

_Refs

_Refs/_1

https://laravel.com/docs

_Refs/_2

https://laravel.com/docs/routing

_Refs/_3

https://laravel.com/docs/controllers

_Refs/_4

https://laravel.com/docs/eloquent-resources

About

Laravel standards

Topics

Resources

Stars

Watchers

Forks