marcosadantas / spacenames
This lib provides command to change every file on dir and sub-dir app namespace
1.1
2017-12-10 02:58 UTC
Requires
- php: >=7
This package is auto-updated.
Last update: 2025-03-15 12:02:42 UTC
README
Change all namespaces by command, this command read composer json and change all files on folder by namespace specs...
Requirements
PHP >= 7.x
How to use
composer require marcosadantas/spacenames
require __DIR__.'/vendor/autoload.php';
\Spacenames\Core::changeNamespace('AuthExpressive\\', 'App\\', true);
This command is for CLI.