Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DrawMyAttention
ResourceGenerator
Commands
ResourceMakeCommand
modelName
DrawMyAttention\ResourceGenerator\Commands\ResourceMakeCommand::modelName PHP Method
ResourceMakeCommand Class Documentation
Exibir arquivo
Open project: drawmyattention/laravel-make-resource
modelName()
private
method
Build a Model name from a word.
private
modelName
(
string
$name
) :
string
$name
string
return
string
private function modelName($name) { return ucfirst($name); }
ResourceMakeCommand
__construct
addMigrationAttributes
addModelAttributes
appendRoutes
buildFakerAttributes
buildMigration
buildMigrationFilename
buildModel
buildSchemaColumn
buildTableColumns
convertArrayToString
convertModelToTableName
createController
createMigration
createModel
createModelFactory
extractAttributePropertiesToApply
extractFieldLengthValue
getFieldTypeFromProperties
handle
modelName
parseAttributesFromInputString
replaceClassName
typeCanDefineSize