Home> PHP Framework> Laravel> body text

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

藏色散人
Release: 2020-11-25 14:50:03
forward
4504 people have browsed it

The following tutorial column ofLaravel Frameworkwill 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
Copy after login

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!

Related labels:
source:learnku.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!