Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inmanturbo/renamer


https://github.com/inmanturbo/renamer

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Renamer

Renames base namespace in laravel package or app.

## Usage

```bash
composer require inmanturbo/renamer
```

```bash
php artisan rename-app path/to/basepath --from-vendor-namespace= --to-vendor-namespace= --from-app-namespace= --to-app-namespace= --name=
```

This will only work if you already have a vendor namespace. For renaming `App` namespace first use [tandem](https://github.com/inmanturbo/tandem).

Unless you started out using [tandem](https://github.com/inmanturbo/tandem) you will likely need to manually edit the `extras.laravel` portion of your composer file.