maxfactor / pages
Internal Pages module for Maxfactor CMS
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Type:plugin
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: 2024-11-09 15:20:30 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.php
by 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.js
array - Import the Pages menu and add
...Pages,
to the top of the menu/index.js` array