societycms/societycms

The SocietyCMS application.

dev-master 2016-08-26 15:54 UTC

This package is not auto-updated.

Last update: 2024-04-10 21:34:46 UTC


README

The only CMS designed for you and your society.

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Introduction

This is an alpha, experimental release of SocietyCMS. Things will change. Things will break. There are bugs. Thank you for testing!

Installation

composer create-project societycms/societycms:dev-master --prefer-source

After the installation has finished, change into your project directory and run the install command:

php artisan society:install

This will perform the following cations:

  • Setup database information
  • Running migrations
  • Running seeds
  • Publishing assets
  • Create a first admin account

Modules

Optionally you can install a few 1st-party content modules:

composer require societycms/module-blog:dev-master
composer require societycms/module-documents:dev-master
composer require societycms/module-gallery:dev-master
composer require societycms/module-page:dev-master

Demo Mode

To fill the Database with Demo data, run the following command:

php artisan society:demo