Download the PHP package chujc/v-admin-tools without Composer
On this page you can find all versions of the php package chujc/v-admin-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package v-admin-tools
VAdmin Tools
VAdmin 开发工具
说明
生成代码后请打开文件下面的readme.md
文件,按说明覆盖前后端工程文件,并复制其中路由代码。
特别说明生成的如果需要生成的model文件如同包中一样有属性注释,请使用"barryvdh/laravel-ide-helper"
功能
- [x] 代码生成器
- [x] 表单生成器
安装
composer require chujc/v-admin-tools
- php artisan vendor:publish --provider="ChuJC\Admin\AdminToolsServiceProvider"
在该命令会生成数据库迁移文件到
database/migrations
下面 - php artisan admin:tools:install
命令会构建对应数据库表与插入菜单数据
- 在路由配置文件中
默认在app\Admin\routes.php文件中
All versions of v-admin-tools with dependencies
PHP Build Version
Package Version
The package chujc/v-admin-tools contains the following files
Loading the files please wait ....