creode/nova-pages

There is no license information available for the latest version (2.7.0) of this package.

2.7.0 2024-10-03 09:16 UTC

This package is auto-updated.

Last update: 2024-12-03 09:36:18 UTC


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"