docs
docs copied to clipboard
The Winter CMS documentation
Related to https://github.com/wintercms/storm/pull/36
Only if this get merged: https://github.com/wintercms/winter/pull/151
Refs: https://github.com/wintercms/storm/pull/167
It appears this section of the docs is outdated. The `Mail::pretend()` method was a part of Laravel's `Mail` facade in versions prior to Laravel 5.5. This method was used to...
``` &> /dev/null // notation works >> /dev/null 2>&1 // notation doesn't work ``` Thanks @mjauvin
On some docs pages, in text columned-list shortcuts don't work. The three pages where I find the issue for now : https://wintercms.com/docs/v1.2/docs/services/helpers top shortcuts https://wintercms.com/docs/v1.2/docs/services/validation#available-validation-rules https://wintercms.com/docs/v1.2/docs/services/collections#available-methods For the Helpers top...
Hi! This is a draft of Docker setup guide. Feel free to adjust.
On the main documentation page ie https://wintercms.com/docs/v1.2/docs/setup/installation there is a version dropdown in the top left. however no options other that 1.2 are available
In Winter it's very easy to override specific view files for anything that uses the ViewMaker trait. ```php \Backend\Widgets\Filter::extend(function ($widget) { $widget->addViewPath(__DIR__ . '../widgets/filter/partials'); }); ``` now you can override...
Refs: https://github.com/wintercms/winter/pull/1188