faysal0x1/static-page-module

Static page CMS module for Laravel.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:laravel-module

pkg:composer/faysal0x1/static-page-module

1.0.2 2026-01-05 07:10 UTC

This package is not auto-updated.

Last update: 2026-01-06 05:19:18 UTC


README

Static page management module (repository + migrations + Inertia pages) for Laravel.

Installation

composer require nwidart/laravel-modules
composer require joshbrw/laravel-module-installer
composer require faysal0x1/static-page-module
php artisan module:enable StaticPage
php artisan migrate
php artisan vendor:publish --tag=static-page-views --force
php artisan optimize:clear

Features

  • Repository binding (modules.static-page.repository)
  • JSX admin pages published via static-page-views
  • Migrations for static pages + related tables

License

MIT