winter
winter copied to clipboard
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
### Winter CMS Build dev-develop ### PHP Version 8.1 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description Trying to use a button in a backend view...
Currently, the dropdown, radio and switch fields, rich editor widget are not supported by the backend form.
This PR adds the ability to install plugins & themes from ZIP archives, either uploaded through the backend or via the `plugin:install` and `theme:install` commands. Currently working: - [x] `plugin:install...
This commit changes the PHP code sniffer to use PSR-12 rules, as that ruleset will pick up a lot of the code style issues being flagged in PRs recently. In...
Cleaned up version of the preview HTML: ``` Name Test ``` As you can see, there is no element to select with class `text-field` **if titleFrom is set**, because the...
Fixes https://github.com/wintercms/winter/issues/1225
### Package targeted Winter CMS ### Description By definition, soft-delete enabled models are not expected to be permanently deleted. There's an exception to this rule, when developers rely on soft-delete...
Workshop theme PR: https://github.com/wintercms/wn-workshop-theme/pull/3 Original docs: https://wintercms.com/docs/v1.2/ui/script/input-trigger This PR rewrites and expands upon the Input trigger functionality present in Winter CMS, and makes it available as an optional extra to...
This PR adds support for a Laravel mix Twig `mix` filter.