The Blog

Statamic

Statamic

Enabling Database Users in Statamic 3

John Koster
John Koster
February 20, 2021

In this article we look at solving two errors ("password_activations" or "password_resets" database tables not existing) that can appear once a Statamic 3 site has been configured to store users in a database.

Statamic

Integrating Laravel Spark, Stripe, and Statamic 3

John Koster
John Koster
February 20, 2021

In this article we will start with a fresh Statamic 3 website based on the Cool Writings Starter Kit, integrate Laravel Stripe, and develop customer Antlers tags that can be used to selectively restrict access to premium content.

Statamic

Creating a Custom Statamic 500 Server Error Page

John Koster
John Koster
December 29, 2020

Customizing a Statamic site's 500 Server Error page is a relatively simple process, as well as developing a custom Antlers tag to help test it.

Statamic

Building a Simple Statamic Request Addon

John Koster
John Koster
September 29, 2017

In the root directory of your site, issue the following command to have Statamic generate the scaffolding we will need to build our custom tag. This will ...

Statamic

Rebuilding Stillat.com

John Koster
John Koster
July 23, 2017

Let's take into consideration the false starts (and restarts) as well as building a flat-file comment system that I thought "would only take two weeks or so"......

Statamic

The Statamic Add-on Roundup

John Koster
John Koster
July 23, 2017

Here is a list of all of the add-ons this site is running (at the time of writing) as they appeared in the Statamic Control Panel. ...

Latest posts

Where Things get Good: Moving on to Forte Development Phase 1

Wrapping up Forte Phase 0 with the lexer and parser now in private alpha, and kicking off Phase 1 wi...

Read more
Forte Update: Backtracking, Metadata, HTML Validation, and More

A Forte development update: the parser now supports backtracking, improvements to node metadata, ide...

Read more
Parsing HTML and Blade Attributes in Forte

Wrapping up attribute parsing in Forte's HTML parser, from simple HTML attributes to complex, edge-c...

Read more
Switch Statements and Parser Extensions in Forte

Exploring how Forte's parser extensions can be used to handle complex Blade directives like nested s...

Read more
Parsing Blade Comments in Forte

Digging into parsing Blade and HTML comments while building Forte's HTML parser for Laravel Blade.

Read more
Thoughts on HTML Elements and Blade Components in Forte

This week I’m tackling Forte's HTML parser - consolidating Blade, Flux, and Livewire components into...

Read more