Download the PHP package vivek-mistry/laravel-code-transformer without Composer
On this page you can find all versions of the php package vivek-mistry/laravel-code-transformer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vivek-mistry/laravel-code-transformer
More information about vivek-mistry/laravel-code-transformer
Files in vivek-mistry/laravel-code-transformer
Download vivek-mistry/laravel-code-transformer
More information about vivek-mistry/laravel-code-transformer
Files in vivek-mistry/laravel-code-transformer
Vendor vivek-mistry
Package laravel-code-transformer
Short Description Modifies your existing controller code for any model with one command.
License MIT
Homepage https://github.com/vivek-mistry/laravel-code-transformenr
Package laravel-code-transformer
Short Description Modifies your existing controller code for any model with one command.
License MIT
Homepage https://github.com/vivek-mistry/laravel-code-transformenr
Please rate this library. Is it a good library?
Informations about the package laravel-code-transformer
Laravel Code Transformer
A developer-friendly Artisan command that allows you to quickly clone and transform any CRUD controller in your Laravel project — without using external packages.
It copies an existing controller (e.g., BasicController, CategoryController) and automatically replaces all class names, variable names, and related references with your new model name (e.g., Service, Product).
🛠️ Installation
Install the package via Composer:
Execute via
| Option | Description | Default |
|---|---|---|
--from= |
Source controller name (without Controller suffix) |
Basic |
--to= |
Destination controller name (without Controller suffix) |
(required) |
🧰 Notes
- Ideal for repetitive CRUD scaffolding in Laravel projects.
- Works for any existing controller in app/Http/Controllers/.
- Prompts before overwriting existing files.
- Fully local — no external package required.
Credits
- Vivek Mistry - Project creator and maintainer
License
MIT License. See LICENSE for details.
All versions of laravel-code-transformer with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2||^8.3||^8.4
The package vivek-mistry/laravel-code-transformer contains the following files
Loading the files please wait ...