pkboom/move-class

0.0.4 2022-04-03 21:20 UTC

This package is auto-updated.

Last update: 2024-03-30 00:37:48 UTC


README

If you move classes to another namespace, you have to change a namespace. If you use phpstorm, you can do this easily. But if you use vscode like me, you have to do it all manually. This package can help you with that, changing namespaces accordingly.

Installation

You can install the package via composer:

composer require pkboom/move-class

Usage

Move files and folders and run:

$ move-class

Testing

composer test