All Projects → Gsangu → laravel-vue-element-admin

Gsangu / laravel-vue-element-admin

Licence: MIT license
前后端分离后台管理系统,使用Vue Element admin + Laravel 5.5构建。带swagger自动文档生成。 接口基于dingo/api和tymon/jwt,权限认证带后端Token认证和前端vue.js的动态权限

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to laravel-vue-element-admin

laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (+62.07%)
Mutual labels:  laravel55
vuetified
Laravel 5.5 Vuetify Real Time Starter App
Stars: ✭ 15 (-48.28%)
Mutual labels:  laravel55
sweetalert
Laravel 5 Package for SweetAlert2. Use this package to easily show sweetalert2 prompts in your laravel app.
Stars: ✭ 28 (-3.45%)
Mutual labels:  laravel55
his
laravel-layui
Stars: ✭ 35 (+20.69%)
Mutual labels:  laravel55
RuoYi-Cloud-Vue3
🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统
Stars: ✭ 295 (+917.24%)
Mutual labels:  vue-element-admin
RuoYi-Vue-Oracle
🎉 (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 225 (+675.86%)
Mutual labels:  vue-element-admin
laration
Simple package to see all current configurations being used by your Laravel application
Stars: ✭ 47 (+62.07%)
Mutual labels:  laravel55
jxc-admin
一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
Stars: ✭ 203 (+600%)
Mutual labels:  vue-element-admin
laravel-vue-spa-boilerplate
Laravel Vue Spa BoilerPlate
Stars: ✭ 36 (+24.14%)
Mutual labels:  laravel55
Segnalibro
Save and comment your favorite links from the web. It's just a bookmarking application.
Stars: ✭ 14 (-51.72%)
Mutual labels:  laravel55
sms
Simple SMS Gateway Package for sending short text messages from your Application. Facade for Laravel 5(Updated to work with Laravel 5.5).Currently supported Gateways Clickatell, MVaayoo, Gupshup, SmsAchariya, SmsCountry, SmsLane, Nexmo, Mocker / Any HTTP/s based Gateways are supported by Custom Gateway. Log gateway can be used for testing.
Stars: ✭ 41 (+41.38%)
Mutual labels:  laravel55
larvelworkerman
Laravel5.5 + dingo + jwt + workerman 具有聊天的框架. 接口采用dingo标准的RESTFUL模式,JWT用于token验证,workerman用于聊天工具开发只要是websocket
Stars: ✭ 20 (-31.03%)
Mutual labels:  dingo-api
micro
abp+micro+typescript+vue+element
Stars: ✭ 92 (+217.24%)
Mutual labels:  vue-element-admin
LaraOCR
Laravel Optical Character Reader(OCR) package using ocr engines like Tesseract
Stars: ✭ 88 (+203.45%)
Mutual labels:  laravel55
laravel-vue-starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 80 (+175.86%)
Mutual labels:  dingo-api
marketplace
A file sharing website using Laravel 5.5
Stars: ✭ 19 (-34.48%)
Mutual labels:  laravel55
Frontend
前端技术实践
Stars: ✭ 17 (-41.38%)
Mutual labels:  vue-element-admin
adempiere-vue
ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin…
Stars: ✭ 37 (+27.59%)
Mutual labels:  vue-element-admin
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+44596.55%)
Mutual labels:  vue-element-admin
electron-admin
An electron-vue project.
Stars: ✭ 54 (+86.21%)
Mutual labels:  vue-element-admin

前后端分离后台管理系统,使用Vue Element admin + Laravel 5.5构建。带swagger自动文档生成。 接口基于dingo/api和tymon/jwt,权限认证带后端Token认证和前端vue.js的动态权限


开发步骤

配置

# 安装
composer install

# 复制配置文件
cp .env.example .env

# 生成加密key
php artisan key:generate

# 生成jwt加密key
php artisan jwt:secret

# 配置env中的数据库链接
配置数据库名称、用户名和密码

# 数据库迁移和填充
php artisan migrate
php artisan db:seed

# 启动 (或者用普通方式启动laravel项目)
php artisan serve

yarn (或 npm install)
yarn run dev (或 npm run dev)

后端

技术栈

  • Laravel 5.5
  • L5-Swagger
  • ...

前端

技术栈

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].