morphcms/page-manager-module

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

Manages static pages.

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:laravel-module

pkg:composer/morphcms/page-manager-module

0.0.3 2022-09-23 15:07 UTC

This package is auto-updated.

Last update: 2025-09-23 21:24:03 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