Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DrawMyAttention
ResourceGenerator
Commands
ResourceMakeCommand
modelName
DrawMyAttention\ResourceGenerator\Commands\ResourceMakeCommand::modelName PHP 메소드
ResourceMakeCommand 1 문서
파일 보기
프로젝트 열기: drawmyattention/laravel-make-resource
modelName()
개인적인
메소드
Build a Model name from a word.
private
modelName
(
string
$name
) :
string
$name
string
리턴
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