Ben Thomson
Ben Thomson
Please see #498 for more information on this PR, and keep this thread only for discussing the technical implementation.
The [Inspector](https://wintercms.com/docs/ui/inspector) widget in Winter CMS is one of the many unique and powerful features of the framework, providing contextual "popup" forms for various elements, most prominently in the configuration...
Currently, the web installer writes configuration values to the config files. Since these are kept in source control, we should try and configure the site using the environment variable file...
The installer should use the version constraints of PHP from its composer.json when doing the PHP version compatibility check, in order to account for cases such as Winter CMS 1.1...
Won't be available for the initial release of the installer, but for the future... We should add a prompt as part of the installer to allow the user to create...
While the fields in the Configuration area are able to be tabbed through, it would be worth making it so that tabbing the last field on each of the sections...
The installer should be welcoming to people of all languages, so we should at some point implement support for some internationalization of the content of the installer. While applying i18n...
Simplifies the routing service provider and checks if routes are cached. If so, this will load the cached routes on the app being booted. Fixes https://github.com/wintercms/winter/issues/666
This PR leverages the new Password Broker service that was introduced in Laravel 7 (I believe) to provide password reset services for users. More details forthcoming once it's closer to...