maxfactor/pages

Internal Pages module for Maxfactor CMS

v1.0.1 2018-07-26 08:49 UTC

This package is auto-updated.

Last update: 2024-04-09 14:13:23 UTC


README

This boilderplate is ready to be published to Packagist and NPM JS.

Installation

  1. composer require maxfactor/pages
  2. php artisan vendor:publish --provider=Maxfactor\CMS\Pages\Providers\PackageServiceProvider
  3. php artisan migrate
  4. Add PagesTableSeeder to DatabaseSeeder.php
  5. Import the admin routes into routes/admin.php by adding Maxfactor\CMS\Pages\Routes::admin();
  6. Import the Page Store module into store/index.js
  7. Import Page routes and add ...Pages, to the top of the routes/routes.js array
  8. Import the Pages menu and add ...Pages, to the top of the menu/index.js` array