socms / socms
SoCMS
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 128
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- composer/composer: ^1.4
- guzzlehttp/guzzle: ^6.2
- laravel/framework: 5.1.*
- socms/core: 0.1.*
- symfony/psr-http-message-bridge: ^1.0
- yzalis/identicon: ^1.1
Requires (Dev)
- barryvdh/laravel-debugbar: ^2.2
- fzaninotto/faker: ~1.4
- illuminate/html: 5.*
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
README
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
- Create a new project using Composer
composer create-project socms/socms destination
- 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
- Enter your database details to the environment file
vi .env
- Access the domain in the browser followed by '/setup' and follow the instructions
exampledomain.com/setup