An open API service indexing awesome lists of open source software.

https://github.com/craftcms/craft6-revamp

Craft 6 project prepper
https://github.com/craftcms/craft6-revamp

Last synced: 9 months ago
JSON representation

Craft 6 project prepper

Awesome Lists containing this project

README

          

# craft6-revamp

## Installation

To install, run the following command:

```sh
composer global require craftcms/craft6-revamp -W
```

> [!TIP]
> If you get a dependency conflict error, try running the following command first:
>
> ```sh
> composer global update
> ```

## Usage

To prepare a Craft 5 project for Craft 6, `cd` to it in your terminal and run the following command:

```sh
craft6-revamp
```