2017 © Pedro Peláez
 

library pages

image

shoulderscms/pages

  • Thursday, April 2, 2015
  • by ahuggins
  • Repository
  • 2 Watchers
  • 1 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Shoulderscms/Pages

Currently a very early version of a Pages module for Shoulderscms, (*1)

Getting Started

This is not production ready...so use at your own risk. This is a very early release., (*2)

  • Follow the instructions on Shoulderscms/Shoulderscms first.
  • Add the following to the require block in your composer.json file
"shoulderscms/pages": "dev-master"
  • Do composer update in terminal
  • Add the following to your app/app.php under service providers:
'providers' => [
    'Shoulderscms\Pages\PagesServiceProvider',
]
  • Run package migrations by running the following in terminal: php artisan migrate --package=shoulderscms/pages

The Versions

02/04 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Andrew huggins