maxfactor / pages
Internal Pages module for Maxfactor CMS
v1.0.1
2018-07-26 08:49 UTC
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: 2026-03-09 17:57:37 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