Improvements
- Improved import from XML exported from diagrams.net
- Improved the model config file generation
- Added new configuration to CrestApp's config('laravel-code-generator.default_fields')
Example usage
...
'default_fields' => [
[
'name' => 'created_by',
'labels' => 'Created by',
'data_type' => 'biginteger',
'html_type' => 'select',
'options' => null,
'data_type_params' => null,
'date_format' => null,
'placeholder' => null,
'is_inline_options' => false,
'is_on_index' => false,
'is_on_form' => false,
'is_on_show' => false,
],
[
'name' => 'updated_by',
'labels' => 'Updated by',
'data_type' => 'biginteger',
'html_type' => 'select',
'options' => null,
'data_type_params' => null,
'date_format' => null,
'placeholder' => null,
'is_inline_options' => false,
'is_on_index' => false,
'is_on_form' => false,
'is_on_show' => false,
]
],
...
What's Changed
- Bump symfony/http-kernel from 5.1.5 to 5.4.20 by @dependabot in #9
- Bump league/flysystem from 1.0.69 to 1.1.4 by @dependabot in #8
Full Changelog: v1.0.3...v1.0.4