10/12
2017
This lib provides command to change every file on dir and sub-dir app namespace
Change all namespaces by command, this command read composer json and change all files on folder by namespace specs..., (*1)
PHP >= 7.x, (*2)
composer require marcosadantas/spacenames
require __DIR__.'/vendor/autoload.php'; \Spacenames\Core::changeNamespace('AuthExpressive\\', 'App\\', true);
This command is for CLI., (*3)