winter icon indicating copy to clipboard operation
winter copied to clipboard

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.

Results 230 winter issues
Sort by recently updated
recently updated
newest added

### 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.

help wanted

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...

enhancement

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...

enhancement

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...

maintenance
needs test case

Fixes https://github.com/wintercms/winter/issues/1225

maintenance
needs docs

### 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...

enhancement

This PR adds support for a Laravel mix Twig `mix` filter.

enhancement