PHPackages                             craftcms/craft6-revamp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. craftcms/craft6-revamp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

craftcms/craft6-revamp
======================

Craft 6 project prepper

0.0.2(7mo ago)373MITPHPPHP ^8.2

Since Sep 23Pushed 2mo agoCompare

[ Source](https://github.com/craftcms/craft6-revamp)[ Packagist](https://packagist.org/packages/craftcms/craft6-revamp)[ RSS](/packages/craftcms-craft6-revamp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

Craft 6 Upgrade Tool
====================

[](#craft-6-upgrade-tool)

This CLI tool automates a number of steps in the Craft 6 upgrade process.

Tip

Keep an eye on our [Planning for the Laravel Transition](https://craftcms.com/knowledge-base/) article for complete upgrade instructions, as the first Alpha release approaches!

**Summary of actions** 🪄The following tasks are handled by the script. A description of each action is output to the console, followed by a confirmation or error message.

You will be prompted before the tool takes potentially destructive actions.

- Verifies you’re running a supported version of Craft 5;
- Updates Composer dependencies for Craft and the Generator, adds [craftcms/yii2-adapter](https://github.com/craftcms/yii2-adapter), and removes [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv);
- Switches the DDEV project type to `laravel`, and updates the project’s PHP version;
- Renames a handful of environment variables to match Laravel conventions;
- Creates the `artisan` CLI entrypoint, Laravel’s `bootstrap/` files, and replaces `index.php`;
- Scaffolds Laravel’s `framework/` directory;
- Moves existing Craft-specific configuration files into `config/craft/`;
- Renames the web root to `public/`;
- Renames the `translations/` directory to [`lang/`](https://laravel.com/docs/12.x/localization);
- Removes `boostrap.php`;

A few manual follow-up actions are then suggested, when relevant to your project.

Caution

Make sure you have a way to restore your project, if you encounter issues. *Use this tool at your own risk*, and *do not run this on your live server*! It is only intended to upgrade projects in a development environment.

Installation
------------

[](#installation)

The tool is installed as a [global](https://getcomposer.org/doc/03-cli.md#global) Composer package, on any system running PHP 8.2 or newer.

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

DDEV or Docker users: it is safe to do this from any directory on your host machine. It should *not* alter your project’s `composer.json`.

If you get a dependency conflict error, try running the following command first:

```
composer global update
```

Usage
-----

[](#usage)

To prepare an existing Craft 5 project for Craft 6, run the tool from its root directory:

```
craft6-revamp
```

The tool will exit if it can’t find `composer.json` and `composer.lock` files, or if it can’t confidently determine the project is compatible.

If the command doesn’t resolve (say, because your user’s Composer `bin` directory is not in your `$PATH`), you can run the command directly:

```
~/.composer/vendor/bin/craft6-revamp
```

You may also pass a `--path`, if you have many projects to update:

```
craft6-revamp --path /path/to/project
```

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance81

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

228d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ccdf8b493035de2343c55bd889513e3af5c04d5823482a2b186ad16adb1c3e3?d=identicon)[brandonkelly](/maintainers/brandonkelly)

---

Top Contributors

[![brandonkelly](https://avatars.githubusercontent.com/u/47792?v=4)](https://github.com/brandonkelly "brandonkelly (18 commits)")[![riasvdv](https://avatars.githubusercontent.com/u/3626559?v=4)](https://github.com/riasvdv "riasvdv (8 commits)")[![AugustMiller](https://avatars.githubusercontent.com/u/1895522?v=4)](https://github.com/AugustMiller "AugustMiller (5 commits)")

---

Tags

craftcms

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/craftcms-craft6-revamp/health.svg)

```
[![Health](https://phpackages.com/badges/craftcms-craft6-revamp/health.svg)](https://phpackages.com/packages/craftcms-craft6-revamp)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M682](/packages/barryvdh-laravel-ide-helper)[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[laravel/installer

Laravel application installer.

83610.7M20](/packages/laravel-installer)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
