Luke Towers 6632ad622a Merge branch 'develop' into wip/1.2
* develop: (45 commits)
  Revert "Add class alias registration method to plugins (#152)" (#176)
  Add class alias registration method to plugins (#152)
  Improved Latvian translation (#142)
  Fixing styles for custom checkbox (#140)
  ImageResizer should support uppercase file extensions (#135)
  Improved Italian Translations (#134)
  Improved Latvian translation (#128)
  Update lang.php
  Only show plugin warnings for active replacements (#122)
  Fix unit tests
  Ensure route attributes from plugins are properly loaded
  Revert "Support ReportContainers that are aliases of real ReportContainers"
  Ensure all plugins are uninstalled when the system is uninstalled (#114)
  Add history of replacement plugins to the system_plugin_history table (#115)
  Warn when replaced plugins are still present (#109)
  Added plugin registration after loading (#113)
  Fixed issue with taglist when not readOnly but an array value
  Improve handling for null being passed to the ImageResizer
  Add discord badge
  Support ReportContainers that are aliases of real ReportContainers
  ...
2021-05-14 09:18:19 -06:00
2021-04-02 10:28:29 +08:00
2021-05-14 09:18:19 -06:00
2020-09-06 13:36:28 -06:00
2021-04-21 16:53:20 -06:00
2020-10-16 15:01:57 +08:00

Winter CMS Logo

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.

Luke Towers
Luke Towers
Ben Thomson
Ben Thomson
Marc Jauvin
Marc Jauvin
Jack Wilkinson
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:

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.

Description
No description provided
Readme 64 MiB
Languages
PHP 62.3%
JavaScript 17.8%
Less 9.8%
CSS 9.7%
HTML 0.2%
Other 0.1%