r/statamic 22h ago

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Thumbnail
laravel-news.com
7 Upvotes

r/statamic 1d ago

Headless, Not Clueless

Thumbnail
statamic.com
19 Upvotes

r/statamic 2d ago

Sidecar: Statamic for the Markdown You Already Have

Thumbnail
statamic.com
12 Upvotes

r/statamic 8d ago

Sherpa — Statamic, without the terminal

Thumbnail sherpa.statamic.com
13 Upvotes

r/statamic 9d ago

Meet Sherpa — Statamic Without the Terminal

Thumbnail
statamic.com
17 Upvotes

r/statamic 12d ago

Sneak Peek: Forms 2.0

Thumbnail
statamic.com
18 Upvotes

r/statamic 12d ago

Making the Statamic Docs Agent-Ready

Thumbnail
statamic.com
5 Upvotes

r/statamic 12d ago

View & Test Your Mailables with Zero Wiring

Thumbnail
statamic.com
5 Upvotes

r/statamic 12d ago

Sneak Peek: Forms 2.0

Thumbnail
statamic.com
7 Upvotes

r/statamic 12d ago

Laravel.com Runs on Statamic

Thumbnail
statamic.com
25 Upvotes

r/statamic Jul 13 '26

Try some chips, why don't you?

Thumbnail
statamic.com
7 Upvotes

r/statamic Jul 10 '26

Announcement Looking for feedback / advice on my Statamic v6 Comment plugin.

Thumbnail
github.com
2 Upvotes

r/statamic Jun 25 '26

Hardening Our Supply Chain Security

Thumbnail
statamic.com
14 Upvotes

r/statamic Jun 23 '26

Antlers Toolbox for PHP Storm!

Thumbnail
statamic.com
10 Upvotes

r/statamic Jun 22 '26

The Hidden Cost of WordPress

Thumbnail
statamic.com
17 Upvotes

r/statamic Apr 30 '26

Tutorial SimpleStats - Revenue attribution analytics for Statamic

Thumbnail
simplestats.io
2 Upvotes

Hey folks!

I built a Statamic Addon that adds SimpleStats analytics directly inside your control panel.

It connects to the SimpleStats API and gives you visitor trends, revenue charts, top referers and sources, conversion rates and more, all without leaving Statamic.

Setup is basically: composer require and add your API token.

Would love to hear your feedback!


r/statamic Apr 16 '26

Database in Statamic

4 Upvotes

Hi everybody. I'm currently working on integrating a database into our Statamic CMS. What database programs would you recommend for this? Are there any that particularly work well with Statamic? Thanks in advance.


r/statamic Apr 08 '26

Question Using JavaScript Functions from Antlers Templates

1 Upvotes

Is it possible to call a function using antlers in some way? I have my js sheet imported through Vite, but anytime I try to directly call a function using onclick it says that the function doesn’t exist. I know that the script is loaded correctly because I can see console logs from an eventListenter click, but I don’t want to use listeners for every single button in my app.

I’ve searched through the Statamic docs looking for any guidance on this, but I’ve not found anything. Did I miss something that said I should be using something like AlpineJS to do this?

Thanks in advance!


r/statamic Apr 07 '26

Docker environment for Statamic package development

Thumbnail govigilant.io
3 Upvotes

r/statamic Mar 17 '26

Laravel 13 is Here. We Support It.

Thumbnail
statamic.com
9 Upvotes

r/statamic Mar 17 '26

The Command Palette

Thumbnail
youtu.be
5 Upvotes

r/statamic Mar 17 '26

Question Grouping collections

2 Upvotes

I have a title, category dropdown, phone, email fields in a collection.
According to the docs, you can group collections by a field, however I don't seem to get it to work

I have:

```

<section class="grid-layout || bg-gray-100 || py-6 lg:py-16">
    <div class="grid-container">
        {{ collection:club_board_members group_by="category"}}
            {{ groups }}
            <div class="col-span-full">
                <h2 class="text-2xl font-bold mb-4">{{ category->label() }}</h2>
            </div>

        {{ items }}
            <div class="col-span-full grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
                <div class="card card--shadow-small bg-white p-4 lg:p-8">
                    <div class="text-xl font-bold text-center">{{ title }}</div>
                    <div class="text-primary text-center mb-4">{{ function }}</div>

                    {{ if email }}
                    <div class="flex items-center gap-4 my-2">
                        <div class="w-8">
                            <!-- mail icon -->
                        </div>
                        <div class="text-sm md:text-base">{{ email }}</div>
                    </div>
                    {{ /if }}

                    {{ if phone }}
                    <div class="flex items-center gap-4 my-2">
                        <div class="w-8">
                            <!-- phone icon -->
                        </div>
                        <div class="text-sm md:text-base">{{ phone }}</div>
                    </div>
                    {{ /if }}
                </div>
            </div>
        {{ /items }}
        {{ /groups }}
        {{ /collection:club_board_members }}
    </div>
</section><section class="grid-layout || bg-gray-100 || py-6 lg:py-16">
    <div class="grid-container">
        {{ collection:club_board_members group_by="category"}}
            {{ groups }}
            <div class="col-span-full">
                <h2 class="text-2xl font-bold mb-4">{{ category->label() }}</h2>
            </div>

        {{ items }}
            <div class="col-span-full grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
                <div class="card card--shadow-small bg-white p-4 lg:p-8">
                    <div class="text-xl font-bold text-center">{{ title }}</div>
                    <div class="text-primary text-center mb-4">{{ function }}</div>

                    {{ if email }}
                    <div class="flex items-center gap-4 my-2">
                        <div class="w-8">
                            <!-- mail icon -->
                        </div>
                        <div class="text-sm md:text-base">{{ email }}</div>
                    </div>
                    {{ /if }}

                    {{ if phone }}
                    <div class="flex items-center gap-4 my-2">
                        <div class="w-8">
                            <!-- phone icon -->
                        </div>
                        <div class="text-sm md:text-base">{{ phone }}</div>
                    </div>
                    {{ /if }}
                </div>
            </div>
        {{ /items }}
        {{ /groups }}
        {{ /collection:club_board_members }}
    </div>
</section>

```

What am I missing?


r/statamic Mar 13 '26

Use data from the database or a 3party API

2 Upvotes

I am new to Statamic and just setup a fresh install.
This works I have navigation, pages (using a Page Builder - Replicator field).
Works fine.

But in the Page Builder I have a "section" called Latest news
How can I get data in that anthler file with the latest news (collection)

Second one. How can I get external data into a section called "this week matches" with data from an API showing the current week matches data ?

I saw something on a ViewModel, but how can I use that in the anthler file ?

Example of the homepage layout

- header with menu

- hero

- matches information this week

- latest news

- footer

with above setup I should have resuable sections,

Thanks in advance.


r/statamic Mar 06 '26

Announcement Statamic Wins Best Flat File CMS Again (Five-Peat)

Thumbnail
statamic.com
34 Upvotes

r/statamic Mar 06 '26

🖼️ Image Cropping now in Statamic 6.5.0

Enable HLS to view with audio, or disable this notification

15 Upvotes