justbetter/statamic-starter-kit

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

dev-master 2025-07-09 14:37 UTC

This package is auto-updated.

Last update: 2025-07-09 14:38:54 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',
]);