justbetter/statamic-starter-kit

There is no license information available for the latest version (0.1.0) of this package.

Maintainers

Package info

github.com/justbetter/statamic-starter-kit

pkg:composer/justbetter/statamic-starter-kit

Statistics

Installs: 1 697

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-04-08 14:40 UTC

This package is auto-updated.

Last update: 2026-04-08 14:43:03 UTC


README

This is a Statamic starter kit that is used to bootstrap new Statamic projects.

Installation

Through Statamic CLI:

statamic new my-site justbetter/statamic-starter-kit

Or call through a command:

$this->call('statamic:starter-kit:install', [
    'package' => 'justbetter/statamic-starter-kit',
]);