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
- Host: GitHub
- URL: https://github.com/craftcms/craft6-revamp
- Owner: craftcms
- License: mit
- Created: 2025-09-16T22:31:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T07:14:54.000Z (9 months ago)
- Last Synced: 2025-10-06T09:31:38.614Z (9 months ago)
- Language: PHP
- Size: 57.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```