wintercms / winter by LukeTowers

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. Originally known as October CMS.
28,255
1,279
42
Package Data
Maintainer Username: LukeTowers
Maintainer Contact: aleksey.bobkov@gmail.com (Alexey Bobkov)
Package Create Date: 2021-03-04
Package Last Update: 2024-04-19
Home Page: https://wintercms.com
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:15:50
Package Statistics
Total Downloads: 28,255
Monthly Downloads: 676
Daily Downloads: 37
Total Stars: 1,279
Total Watchers: 42
Total Forks: 182
Total Open Issues: 71

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.

Stable Build License Discord

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.

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:

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.