Winter is a Content Management System (CMS) and web platform whose sole purpose is to make the development workflow simple again. Winter is free, open-source, self-hosted CMS platform based on the Laravel PHP Framework and is originally known as October CMS.
This repository is a simple demonstration of the Winter CMS with NumenCode plugins on Bootstrap starter template.
Open your terminal and clone this repository to the bootstrap
folder from command line:
git clone git@github.com:BlazOrazem/wintercms-bootstrap.git bootstrap
Create a .env
file from the example and fill out the required credentials:
cp .env.example .env
nano .env
Install the dependencies via the Composer:
composer install
Instructions on how to install Winter CMS can be found at the installation guide on the official Winter website.
Winter CMS Bootstrap Platform was created by and is maintained by Blaz Orazem.
Please write an email to info@numencode.com about all the things concerning this project.
Follow @blazorazem on Twitter.
This project is open-sourced software licensed under the MIT license.