pkboom / move-class
0.0.4
2022-04-03 21:20 UTC
Requires
- php: ^8.0
- illuminate/support: ^8.0|^9.0
- symfony/console: ^5.4|^6.0
- symfony/finder: ^5.0|^6.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^5.0|^6.0
This package is auto-updated.
Last update: 2024-10-30 02:37:00 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