Download the PHP package jundayw/laravel-artisan-generator without Composer
On this page you can find all versions of the php package jundayw/laravel-artisan-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jundayw/laravel-artisan-generator
More information about jundayw/laravel-artisan-generator
Files in jundayw/laravel-artisan-generator
Download jundayw/laravel-artisan-generator
More information about jundayw/laravel-artisan-generator
Files in jundayw/laravel-artisan-generator
Vendor jundayw
Package laravel-artisan-generator
Short Description laravel artisan generator
License MIT
Package laravel-artisan-generator
Short Description laravel artisan generator
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-artisan-generator
安装方法
命令行下, 执行 composer 命令安装:
配置及模板
authentication package that is simple and enjoyable to use.
发布配置文件
发布模板文件
发布配置及模板文件
使用方法
分步交互命令:generator
可生成Controller/Repository/Model/Request/View及相对应的方法(Method)
生成模型命令:generator:model
生成表单验证命令:generator:request
生成仓储层命令:generator:repository
生成视图命令:generator:view
生成控制层命令:generator:controller
使用流程
-
创建测试数据库
-
编写测试路由
- 执行命令
或
- 调试成功
-
发布模板文件
- 自定义Model模板(继承、配置及默认方法)
- 自定义Request模板(继承、配置及默认方法)
- 自定义Repository模板(继承及默认方法)
- 自定义Controller模板(继承及默认方法)
- 自定义View视图文件(View模板默认create/edit/list,可根据具体情况新增或删减,通过 --view 参数调用新增模板)
- Well Done!
All versions of laravel-artisan-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package jundayw/laravel-artisan-generator contains the following files
Loading the files please wait ...