first upload all files
This commit is contained in:
5
app/Scaffold/Module/stubs/lang/attributes.stub
Normal file
5
app/Scaffold/Module/stubs/lang/attributes.stub
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
//
|
||||
];
|
||||
6
app/Scaffold/Module/stubs/lang/entity.stub
Normal file
6
app/Scaffold/Module/stubs/lang/entity.stub
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'$SNAKE_CASE_ENTITY_NAME$' => '$TITLE_CASE_ENTITY_NAME$',
|
||||
'$PLURAL_SNAKE_CASE_ENTITY_NAME$' => '$PLURAL_TITLE_CASE_ENTITY_NAME$',
|
||||
];
|
||||
8
app/Scaffold/Module/stubs/lang/permissions.stub
Normal file
8
app/Scaffold/Module/stubs/lang/permissions.stub
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => 'Index $TITLE_CASE_ENTITY_NAME$',
|
||||
'create' => 'Create $TITLE_CASE_ENTITY_NAME$',
|
||||
'edit' => 'Edit $TITLE_CASE_ENTITY_NAME$',
|
||||
'destroy' => 'Delete $TITLE_CASE_ENTITY_NAME$',
|
||||
];
|
||||
Reference in New Issue
Block a user