creode / nova-pages
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:laravel-module
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"