You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* develop: (25 commits)
Support embedded data URIs in the list image column type
Make some adjustments to the readme content
Update banner in readme
Add new GitHub banner
Documentation with icons (#347)
Limit options shown in group filter, apply scope when retrieving filtered options
Add Exception on wrong relation type in relation formwidget (#334)
Redesigned color picker widget (#324)
Add winter:test command (#202)
Use the correct backend timezone config key (#337)
Get changelog only of the current branch
Fix Markdown editor sizing issue on Chrome.
Check overrides for parent locale when compiling language files (#242)
Fixing commas in English translation files (#305)
Added Latvian translations for Allowed IP messages (#304)
Add missing filter translations (#303)
Clean up newlines
Update Russian language (#302)
Fix issue present in overriding RelationController partials using the default code
Maintenance Allowed IP list (#147)
...
Winter CMS now supports the [Gitpod.io](https://gitpod.io) service to provide near-instant development and testing environments for Winter CMS.
4
+
5
+
This service allows you to check out the Winter CMS codebase at any commit, any branch or any pull request and be given a full Visual Studio Code environment that is completely configured and bootstrapped to run Winter CMS immediately.
6
+
7
+
Each instance contains the following:
8
+
9
+
- Winter CMS with the [DebugBar plugin](https://github.com/wintercms/wn-debugbar-plugin).
10
+
- VSCode.
11
+
- MySQL 5.7.
12
+
- PHP 7.4 with all required extensions.
13
+
- PHP Xdebug extension.
14
+
- Composer 2.
15
+
-[MailHog service](https://github.com/mailhog/MailHog/) for capturing emails.
16
+
17
+
To use this service, you will need an account on Gitpod - one can easily be created by using your GitHub login. You will receive 50 hours per month free for use on Gitpod, but can opt to increase your hours (or even get unlimited hours) by [purchasing a higher plan](https://www.gitpod.io/pricing) on Gitpod.
18
+
19
+
## Creating a Gitpod instance
20
+
21
+
There are several ways to create a Gitpod instance of Winter CMS:
22
+
23
+
- Use one of the **Open in Gitpod** button, which will be available in the README of Winter CMS, as well as any pull request submitted to Winter CMS.
24
+
- Install the [Gitpod extension](https://www.gitpod.io/docs/browser-extension#browser-extension) for Chrome or Firefox, which provides a **Gitpod** button in GitHub.
25
+
- Manually create an instance by copying a GitHub address within the Winter CMS repo, and prefixing the address with `https://gitpod.io/#/`
26
+
27
+
The Gitpod instance may take a minute or two to boot up if it has not been pre-built.
28
+
29
+
> **Note:** For brevity, Gitpod instances have the initial admin account set to **admin / admin** as the username and password to login. If you intend to share the URL, we recommend you change this password.
30
+
31
+
## Accessing the services
32
+
33
+
The Gitpod instance is set-up to boot all necessary services and then provides two web-facing services - the Winter CMS install itself, which is run on port 8000, and MailHog, which is run on port 8025.
34
+
35
+
You can click the **Ports** section in the status bar of VSCode, which will take you to the available ports, and click on one of these ports to view the actions for the port. The "globe" icon will open up a special URL which will access the service on that port. We automatically load up Winter CMS on boot in a new tab.
36
+
37
+
### MySQL
38
+
39
+
By default, MySQL only runs locally within the Gitpod instance, and cannot be connected to from the outside. However, you can use the [Gitpod Local Companion](https://www.gitpod.io/blog/local-app) service to tunnel into the running Gitpod instance and access its services on your own computer.
40
+
41
+
Install the app for your OS, then run `gitpod-local-companion-[darwin|linux|windows]` to set up the tunneling service. For MySQL, this will make the database available on port 3306 on your computer.
42
+
43
+
You can then connect to it using any MySQL management program of your choice.
44
+
45
+
## Config files
46
+
47
+
By default, the Winter CMS Gitpod instance will use `php artisan winter:env` to create an `.env` file that will contain your config. Because this command rewrites the main config files in the `config` directory, which will appear as changes in Git, we mark these files as "unwatched" in Git so that they are not committed to GitHub.
48
+
49
+
If you are editing a pull request that does contain config changes that you wish to include in the PR, you can use the `.gitpod/gitpod-show-config` helper script inside your Gitpod instance to make these files appear in the Git changes.
50
+
51
+
## Debugging
52
+
53
+
Debugging Winter CMS in Gitpod is super simple - all necessary setup has already been done! You can access the Debugging tab in VSCode and press start on the debugging tool to use breakpoints within your code. Note that Gitpod does impose a time limit on responses from the web server, so you may find that using the debugging will result in timeouts when viewing your Winter CMS instance, however, debugging should still continue without issue.
[Winter](https://wintercms.com) 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.
5
+
[Winter](https://wintercms.com) is a free, open-source content management system based on the [Laravel](https://laravel.com) PHP framework. Developers and agencies all around the world rely upon Winter for its quick prototyping and development, safe and secure codebase and dedication to simplicity.
6
6
7
-
Winter's mission is to show the world that web development is not rocket science.
7
+
No matter how large or small your project is, Winter provides a rich development environment, regardless of your level of experience.
[](https://gitpod.io/#https://github.com/wintercms/winter)
15
+
14
16
## Installing Winter
15
17
16
-
Instructions on how to install Winter can be found at the [installation guide](https://wintercms.com/docs/setup/installation).
18
+
Winter can be installed in several ways for both new users and experienced developers - see our [Installation page](https://wintercms.com/install) for more information.
17
19
18
-
### Quick Start Installation
20
+
### Quick start with Composer
19
21
20
-
For advanced users, run this in your terminal to install Winter from command line:
22
+
For advanced users, run the following command in your terminal to install Winter via Composer:
If you plan on using a database, run this command inside the application directory.
28
+
Run the following command with the folder created by the previous command to generate an environment file which will contain your configuration settings:
27
29
28
30
```shell
29
-
php artisan winter:install
31
+
php artisan winter:env
30
32
```
31
33
32
-
## Learning Winter
34
+
After configuring your installation, you can run the following command to run the database migrations and automatically create an administrator account with the username `admin`. The password of this account will be automatically generated and displayed in your terminal.
35
+
36
+
```shell
37
+
php artisan winter:up
38
+
```
33
39
34
-
The best place to learn Winter is by [reading the documentation](https://wintercms.com/docs), [watching some screencasts](https://octobercms.com/support/topic/screencast) or [following some tutorials](https://octobercms.com/support/articles/tutorials).
40
+
## Learning Winter
35
41
36
-
You may also watch these introductory videos for [beginners](https://vimeo.com/79963873) and [advanced users](https://vimeo.com/172202661).
42
+
The best place to learn Winter is by [reading the documentation](https://wintercms.com/docs) or [following some tutorials](https://wintercms.com/blog/category/tutorials). You can also join the maintenance team and our active community on [Discord](https://discord.gg/D5MFSPH6Ux) who are always willing to help out with questions.
37
43
38
-
## Development Team
44
+
## Development team
39
45
40
46
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.
41
47
@@ -52,18 +58,18 @@ The development of Winter is lead by [Luke Towers](https://luketowers.ca/), alon
52
58
53
59
## Foundation library
54
60
55
-
The CMS is built on top of the wildly-popular [Laravel](https://laravel.com)PHP framework, with the in-house [Storm](https://github.com/wintercms/storm)Library as a buffer between the Laravel Framework and the CMS project to minimize breaking changes and improve stability.
61
+
Winter is built on top of the wildly-popular [Laravel](https://laravel.com) framework for PHP, with the in-house [Storm](https://github.com/wintercms/storm)library as a buffer between the Laravel framework and the Winter project, to minimize breaking changes and improve stability.
56
62
57
-
## Contact
63
+
## Getting in touch
58
64
59
-
You can communicate with us using the following mediums:
65
+
You can get in touch with the maintainer team using the following mediums:
60
66
61
67
*[Follow us on Twitter](https://twitter.com/usewintercms) for announcements and updates.
62
68
*[Join us on Discord](https://discord.gg/D5MFSPH6Ux) to chat with us.
63
69
64
70
## Contributing
65
71
66
-
Before sending or reviewing Pull Requests, be sure to review the [Contributing Guidelines](https://github.com/wintercms/.github/blob/master/CONTRIBUTING.md) first.
72
+
Before contributing issues or pull requests, be sure to review the [Contributing Guidelines](https://github.com/wintercms/.github/blob/master/CONTRIBUTING.md) first.
67
73
68
74
### Coding standards
69
75
@@ -73,14 +79,14 @@ Please follow the following guides and code standards:
In order to ensure that the Winter CMS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/wintercms/.github/blob/master/CODE_OF_CONDUCT.md).
84
+
In order to ensure that the Winter community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/wintercms/.github/blob/master/CODE_OF_CONDUCT.md).
79
85
80
86
## License
81
87
82
-
The Winter CMS platform is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
88
+
The Winter platform is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
83
89
84
-
## Security Vulnerabilities
90
+
## Security vulnerabilities
85
91
86
92
Please review [our security policy](https://github.com/wintercms/winter/security/policy) on how to report security vulnerabilities.
0 commit comments