Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/collections/pages/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You'll get a bunch of things automatically set up for you, like a pages collecti

## Supported Versions of Laravel

**Laravel 10, 11 and 12 are supported with Statamic 5.** If you need Laravel 9 support, you can still use Statamic 4.x.
**Statamic 6 supports Laravel 12**. 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).

## Install Statamic

Expand Down
1 change: 1 addition & 0 deletions content/collections/pages/resource-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
id: 50dfaf8c-8ca4-4b58-ac84-e4c50099e42e
blueprint: page
title: 'Resource APIs'
template: repositories/index
---
4 changes: 2 additions & 2 deletions resources/views/repositories/index.antlers.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ partial:header }}

{{ collection:repositories as="repositories" }}
{{ collection:resource_apis as="repositories" }}
<article class="c-panel-list">
{{ repositories split="1" }}
<ul>
Expand All @@ -15,4 +15,4 @@
</ul>
{{ /repositories }}
</article>
{{ /collection:repositories }}
{{ /collection:resource_apis }}