Download the PHP package evolvo/laravel-code-generators without Composer
On this page you can find all versions of the php package evolvo/laravel-code-generators. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download evolvo/laravel-code-generators
More information about evolvo/laravel-code-generators
Files in evolvo/laravel-code-generators
Download evolvo/laravel-code-generators
More information about evolvo/laravel-code-generators
Files in evolvo/laravel-code-generators
Vendor evolvo
Package laravel-code-generators
Short Description Artisan commands to generate laravel project code from existing database tables.
License MIT
Package laravel-code-generators
Short Description Artisan commands to generate laravel project code from existing database tables.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-code-generators
Laravel 12 code generator from database tables
About
The laravel-code-generators package allows you to generate application code based on database table structure.
It will fasten initial application setup, so you can advance straight to application logic.
What will be generated?
- Model
- Controller
- FormRequests
- Service
- API Routes
- Factory
- Tests
Package can also generate front-end code for Vue (v2) and Angular (v2+)
Installation
Require the evolvo/laravel-code-generators package in your composer.json and update your dependencies:
Usage
- Create your migrations and run them using
php artisan migrate. - Run
php artisan scaffold table_nameto generate Laravel code based on table structure. - Run
php artisan scaffold table_name --vueto generate Vue code based on table structure. - Run
php artisan scaffold table_name --angularto generate Angular code based on table structure. - Run
php artisan generate:webservice WebServiceNameto generate web service integration code.
All versions of laravel-code-generators with dependencies
PHP Build Version
Package Version
The package evolvo/laravel-code-generators contains the following files
Loading the files please wait ...