morphcms/page-manager-module

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

Manages static pages.

0.0.3 2022-09-23 15:07 UTC

This package is auto-updated.

Last update: 2024-04-23 18:23:30 UTC


README

Manages static pages.

pages create

Installation

Dependencies

Install module

php artisan module:install morphcms/page-manager-module

Migrate

php artisan migrate

Seed Permissions and Sample Data

php artisan module:seed PageManager

Usage

Now you should be able to view the module in the navbar.

pages menu item in navbar

WIP