Getting Started
Installation
Prerequisites
- Statamic 6
- We recommend using Statamic Pro.
- PHP 8.3 and above
- PHP's
intl
extension - PHP's
zip
extension
Install
For now, please follow the installation steps in Alpha Notes. These steps are intended for when Cargo is publicly available.
First, install Cargo using Composer:
composer require duncanmcclean/statamic-cargo
Then, once Composer has finished doing its thing, run Cargo's install command. It'll publish various stubs, set up your products collection, and more.
php please cargo:install
Next steps
We suggest you follow along with the docs, starting with Products to better understand the core concepts of Cargo.