We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eae461 commit 1d05c76Copy full SHA for 1d05c76
config/generators.php
@@ -38,10 +38,9 @@
38
],
39
40
'fieldTypes' => [
41
- 'boolean' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\BooleanType::class,
42
'date' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\DateType::class,
43
- 'integer' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\IntegerType::class,
44
- 'json' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\JsonType::class,
+ 'number' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\NumberType::class,
+ 'summernote' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\SummernoteType::class,
45
'string' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\StringType::class,
46
'text' => \Webfactor\Laravel\Generators\Schemas\FieldTypes\TextType::class,
47
]
0 commit comments