标签: laravel polymorphism conventions
Laravel中多态概念的名称约定如下:
例如,对于comment,我们使用commentable,但是对于像foo_bar这样的两个部分名称,我们该使用什么呢?应该将其更改为foo_barable,fooBarable还是foobarable?
comment
commentable
foo_bar
foo_barable
fooBarable
foobarable