Skip to content

Commit 5f584e3

Browse files
Overall tweaks, fixes, and maintenance (#1823)
Co-authored-by: Duncan McClean <duncan@duncanmcclean.com>
1 parent 623d01f commit 5f584e3

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

content/collections/pages/laravel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You'll get a bunch of things automatically set up for you, like a pages collecti
2424

2525
## Supported Versions of Laravel
2626

27-
**Laravel 10, 11 and 12 are supported with Statamic 5.** If you need Laravel 9 support, you can still use Statamic 4.x.
27+
**Statamic 6 supports Laravel 12 and 13**. If you are on an earlier version of Laravel you can still use Statamic 5 or previous versions. Keep in mind that these version might not be supported by us anymore. For more details please have a look at our [release and support schedule](/knowledge-base/release-schedule-support-policy).
2828

2929
## Install Statamic
3030

content/collections/pages/resource-apis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
id: 50dfaf8c-8ca4-4b58-ac84-e4c50099e42e
33
blueprint: page
44
title: 'Resource APIs'
5+
template: repositories/index
56
---

resources/views/repositories/index.antlers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ partial:header }}
22

3-
{{ collection:repositories as="repositories" }}
3+
{{ collection:resource_apis as="repositories" }}
44
<article class="c-panel-list">
55
{{ repositories split="1" }}
66
<ul>
@@ -15,4 +15,4 @@
1515
</ul>
1616
{{ /repositories }}
1717
</article>
18-
{{ /collection:repositories }}
18+
{{ /collection:resource_apis }}

0 commit comments

Comments
 (0)