Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inmanturbo/renamer
https://github.com/inmanturbo/renamer
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/inmanturbo/renamer
- Owner: inmanturbo
- Created: 2024-10-01T16:57:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-01T17:19:31.000Z (about 1 month ago)
- Last Synced: 2024-10-01T18:10:47.158Z (about 1 month ago)
- Language: PHP
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.