Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 365 Bytes

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.