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

This package is auto-updated.

Last update: 2024-04-15 09:56:56 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.