Releases: joonas123/nova-simple-cms
Releases · joonas123/nova-simple-cms
More customization options, translations
- Now it's possible to optionally hide/show is_visible and published_at fields
- Package uses now json translations from resource_path('lang/vendor/nova')
Usability/customization enhancements
- Added new column to DB: name
- Autogenerated slug field
- Blueprint can be set to not be selectable in creation form
Facade, template path and name more configurable
Added Facade. It is not registered automatically because it is not really necessary yet.
Template path and name can be now set individually for every blueprint.
Template config and naming
Template naming is now following Laravel's standards. Template names should be now kebab case. If other formats are used, template might not be found automatically.
Bug fixes
- Redirect after create and update
- Create template command, fixed dir path
Detail view overridden
Added custom detail view for resource to fix edit link in detail.
Added Artisan commands
Added commands to create template or blueprint. Also added command to add both at the same time.
Bug fix
Fixed bug that caused dynamic data to be in incorrect form in templates
Initial release
First somewhat stable release. Package is now compatible with all current Nova versions (1., 2.).