Merge branch 'main' of github.com:getkirby/starterkit into main
This commit is contained in:
@@ -12,6 +12,8 @@ You can learn more about Kirby at [getkirby.com](https://getkirby.com).
|
|||||||
### Try Kirby for free
|
### Try Kirby for free
|
||||||
You can try Kirby and the Starterkit on your local machine or on a test server as long as you need to make sure it is the right tool for your next project. … and when you’re convinced, [buy your license](https://getkirby.com/buy).
|
You can try Kirby and the Starterkit on your local machine or on a test server as long as you need to make sure it is the right tool for your next project. … and when you’re convinced, [buy your license](https://getkirby.com/buy).
|
||||||
|
|
||||||
|
The starterkit is a demo of basic Kirby features. It's not recommended to be used "as is" in production. Please, follow our documentation closely for more features and guides on how to build secure, high-quality websites with Kirby.
|
||||||
|
|
||||||
### Get going
|
### Get going
|
||||||
Read our guide on [how to get started with Kirby](https://getkirby.com/docs/guide/quickstart).
|
Read our guide on [how to get started with Kirby](https://getkirby.com/docs/guide/quickstart).
|
||||||
|
|
||||||
|
@@ -18,8 +18,8 @@
|
|||||||
"source": "https://github.com/getkirby/starterkit"
|
"source": "https://github.com/getkirby/starterkit"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1.0",
|
"php": ">=7.3.0 <8.1.0",
|
||||||
"getkirby/cms": "^3.0"
|
"getkirby/cms": "^3.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": [
|
"start": [
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# Fields can be defined in there own field blueprints
|
# Fields can be defined in their own field blueprints
|
||||||
# and reused across multiple blueprints
|
# and reused across multiple blueprints
|
||||||
# This field is used in the album.yml and note.yml blueprints
|
# This field is used in the album.yml and note.yml blueprints
|
||||||
# See http://getkirby.com/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields
|
# See http://getkirby.com/docs/guide/blueprints/extending-blueprints#reusing-and-extending-single-fields
|
||||||
|
Reference in New Issue
Block a user