Winter is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of frustration with existing systems. We feel building websites has become a convoluted and confusing process that leaves developers unsatisfied. We want to turn you around to the simpler side and get back to basics.
Winter's mission is to show the world that web development is not rocket science.
Installing Winter
Instructions on how to install Winter can be found at the installation guide.
Quick Start Installation
For advanced users, run this in your terminal to install Winter from command line:
composer create-project wintercms/winter example.com "dev-develop"
If you plan on using a database, run this command inside the application directory.
php artisan winter:install
Learning Winter
The best place to learn Winter is by reading the documentation, watching some screencasts or following some tutorials.
You may also watch these introductory videos for beginners and advanced users.
Development Team
Winter was forked from October CMS in March 2021 due to a difference in open source management philosophies between the core maintainer team and the two founders of October.
The development of Winter is lead by Luke Towers, along with many wonderful people that dedicate their time to help support and grow the community.
Luke Towers |
Ben Thomson |
Marc Jauvin |
Jack Wilkinson |
Foundation library
The CMS is built on top of the wildly-popular Laravel PHP framework, with the in-house Storm Library as a buffer between the Laravel Framework and the CMS project to minimize breaking changes and improve stability.
Contact
You can communicate with us using the following mediums:
- Follow us on Twitter for announcements and updates.
- Join us on Discord to chat with us.
Contributing
Before sending or reviewing Pull Requests, be sure to review the Contributing Guidelines first.
Coding standards
Please follow the following guides and code standards:
Code of Conduct
In order to ensure that the Winter CMS community is welcoming to all, please review and abide by the Code of Conduct.
License
The Winter CMS platform is open-sourced software licensed under the MIT license.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.