shoulderscms / pages
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/shoulderscms/pages
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is auto-updated.
Last update: 2025-09-29 00:33:26 UTC
README
Currently a very early version of a Pages module for Shoulderscms
Getting Started
This is not production ready...so use at your own risk. This is a very early release.
- 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