socms/socms

SoCMS

Installs: 128

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

v0.1.2.02 2018-02-21 16:45 UTC

This package is not auto-updated.

Last update: 2020-11-13 21:35:48 UTC


README

#Self Organised CMS License

Currently in pre-alpha stage, Self Organised CMS aims to build an easy to use laravel back-end dashboard with modular structure so that it allows expandable functionality using composer packages.

###Installation

  1. Create a new project using Composer
composer create-project socms/socms destination
  1. Directories within the storage and the bootstrap/cache directories should be writable by your web server.
chown -R www-data:www-data storage bootstrap/cache
  1. Enter your database details to the environment file
vi .env
  1. Access the domain in the browser followed by '/setup' and follow the instructions
exampledomain.com/setup