Inflector
final class Inflector
Path class can help to get the various paths like root folder, stub folder, model folder and so on.
Methods
static string
classify(string $string)
Get Class name as Laravel style.
static string
pluralize(string $string)
Get Class name as hasMany method name.
static string
tableize(string $string)
Get Class name as belongsTo method name.
Details
at line 24
static string
classify(string $string)
Get Class name as Laravel style.
at line 39
static string
pluralize(string $string)
Get Class name as hasMany method name.
at line 54
static string
tableize(string $string)
Get Class name as belongsTo method name.