In this version, the page manager introduces the use of the laravel-meta
library.
Read the documentation of this package
- Run migrations
- Modify the Page controller and Page templates as describe in the documentation (https://github.com/novius/laravel-meta?tab=readme-ov-file#front)
In this version, the page manager introduces the use of the laravel-nova-publishable
and laravel-nova-translatable
libraries.
- Run migrations
- The Model Page now has automatic binding on the slug and automatically detects whether it should include unpublished pages or not based on the preview settings.
- You can set the parameter of the route defined in the
front_route_name
configuration with thefront_route_parameter
configuration (page
by default). - The fields
publication_date
andend_publication_date
have been removed. Use fields from thelaravel-nova-publishable
library insteadpublication_status
published_first_at
published_at
expired_at