creode / nova-pages
There is no license information available for the latest version (2.7.0) of this package.
Package info
github.com/creode-modules/nova-pages-module
Type:laravel-module
pkg:composer/creode/nova-pages
2.7.0
2024-10-03 09:16 UTC
Requires
- creode/laravel-repository: ^1.0
- creode/nova-page-builder: ^1.0
- creode/nova-publishable: ^1.0
- laravel/nova: ^4.0
- outl1ne/nova-translatable: ^2.2
- whitecube/nova-flexible-content: ^1.0
Requires (Dev)
- orchestra/canvas: ^8.11
README
This module will add the infrastructure for the creation of individual pages and a home page. It will allow page titles, descriptions and permalinks to be set against pages.
Installation
You can install the package via composer:
composer require creode/nova-pages
This module contains database migrations. You can run the migrations with:
php artisan migrate
Publishing Config
You can publish the config this module exposes to customise options using:
php artisan vendor:publish --tag="pages-config"
Publishing Views
You can publish the view this module uses to customise the main page template using:
php artisan vendor:publish --tag="pages-views"