Download the PHP package wmlc/laravel-generator without Composer
On this page you can find all versions of the php package wmlc/laravel-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wmlc/laravel-generator
More information about wmlc/laravel-generator
Files in wmlc/laravel-generator
Package laravel-generator
Short Description A tool for generate Laravel code file
License MIT
Homepage https://github.com/wmlc/laravel-generator
Informations about the package laravel-generator
laravel-generator
中文文档
⛵laravel-generator
is administrative interface builder for laravel which can help you build code template you want as soon as possiable.
Requirements
- PHP >= 7.0.0
-
Laravel >= 5
For GUI
More Docs
Installation
Via Composer
If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php
:
Then run the command to install the generator
you may also need install the package barryvdh/laravel-ide-helper
,if you do not install it
After run command you can find config file in config/generator.php
,and now you can access your application http://yourhost/generator
to use the laravel-generator
After the installation is complete, the project generates templates such as model, controllers and views by default. Other templates can be added or modified according to the actual needs of the project.
templates

Usage
the generator.php
doc
stub
You can define the format of the stub you need followed by my rules,such as

more stub
https://github.com/foryoufeng/generator-templates
Notice
Only Chinese and English are supported by laravel generator now
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
MIT. Please see the license file for more information.
All versions of laravel-generator with dependencies
barryvdh/laravel-ide-helper Version ^2.4
doctrine/dbal Version ^2.6|^3.0