maxfactor / pages
Internal Pages module for Maxfactor CMS
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:plugin
pkg:composer/maxfactor/pages
Requires
- php: >=7.0.0
- laravel/framework: >=5.0.0
- maxfactor/cms: ^1.0
- maxfactor/support: ~1.3
Requires (Dev)
- squizlabs/php_codesniffer: >=3.1
This package is auto-updated.
Last update: 2025-10-09 17:14:18 UTC
README
This boilderplate is ready to be published to Packagist and NPM JS.
Installation
- composer require maxfactor/pages
- php artisan vendor:publish --provider=Maxfactor\CMS\Pages\Providers\PackageServiceProvider
- php artisan migrate
- Add PagesTableSeeder to DatabaseSeeder.php
- Import the admin routes into
routes/admin.phpby addingMaxfactor\CMS\Pages\Routes::admin(); - Import the Page Store module into
store/index.js - Import Page routes and add
...Pages,to the top of theroutes/routes.jsarray - Import the Pages menu and add
...Pages,to the top of the menu/index.js` array