Home  >  Article  >  PHP Framework  >  About Laravel+vue+admin generating CRUD code with one click

About Laravel+vue+admin generating CRUD code with one click

藏色散人
藏色散人forward
2020-11-25 14:49:224578browse

The following tutorial column of Laravel Framework will introduce to you Laravel vue admin to generate CRUD code with one click. I hope it will be helpful to friends in need!

Laravue

Laravel vue admin implements JWT authentication, dynamic routing menu management, role management, permission management, data dictionary, and one-click generation of crud code ,RESTful API style, Laravel ORM, more functions are being implemented...

GIT address

github.com/jianyuezhexue/Laravue

Project Preview

Dashboard
About Laravel+vue+admin generating CRUD code with one click

Menu Management

About Laravel+vue+admin generating CRUD code with one click
Role Management

About Laravel+vue+admin generating CRUD code with one click

##Data Dictionary
About Laravel+vue+admin generating CRUD code with one click
Startup steps:
/** 后台 */
cd Laravue
cd laravel
rm composer.lock(选)
composer install(提前配置好国内镜像地址)
安装数据库(/database/laravel.sql)
配置数据库(.env)

/** 前台 */
cd Laravue
cd admin
rm package-lock.json(选)
npm install(提前配置好国内镜像地址)
npm run serve

/** 账户密码 */

测试用户名:admin

测试密码:123456

/** 部署 */
npm run build

/** 备注 */
如果用于商业项目,建议重新生成自己的key 和jwt-key

The above is the detailed content of About Laravel+vue+admin generating CRUD code with one click. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:learnku.com. If there is any infringement, please contact admin@php.cn delete