justbetter/statamic-starter-kit

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

Maintainers

Package info

github.com/justbetter/statamic-starter-kit

pkg:composer/justbetter/statamic-starter-kit

Statistics

Installs: 1 759

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2026-04-13 08:50 UTC

This package is auto-updated.

Last update: 2026-04-13 08:52:53 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',
]);