All Projects → AbdullahGhanem → laravel-spa-iview

AbdullahGhanem / laravel-spa-iview

Licence: MIT license
Laravel 5 Boilerplate / Starter kit with iview

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
Less
1899 projects
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to laravel-spa-iview

DncVueSample
A Vue.js + iview static html admin template project.
Stars: ✭ 17 (-63.04%)
Mutual labels:  iview, iviewui
vue-json-form
vue-json-form
Stars: ✭ 14 (-69.57%)
Mutual labels:  iview, iviewui
Iview Vue Admin
iView vue Admin / An admin management system template
Stars: ✭ 105 (+128.26%)
Mutual labels:  iview
Vue Backage
基于vue和iview的后台管理系统
Stars: ✭ 198 (+330.43%)
Mutual labels:  iview
Onlinejudgefe
A multiple pages app built for OnlineJudge
Stars: ✭ 175 (+280.43%)
Mutual labels:  iview
Laravel Template
RESTful 模板,企业号/企业微信微信扫码登录/同步通讯录——Laravel vue2 iView
Stars: ✭ 119 (+158.7%)
Mutual labels:  iview
Thinkjs Vue.js Blog
使用 ThinkJS+Vue.js+mysql 开发的博客程序,演示地址:
Stars: ✭ 190 (+313.04%)
Mutual labels:  iview
Qiniuclient
云存储管理客户端。支持七牛云、腾讯云、青云、阿里云、又拍云、亚马逊S3、京东云,仿文件夹管理、图片预览、拖拽上传、文件夹上传、同步、批量导出URL等功能
Stars: ✭ 1,315 (+2758.7%)
Mutual labels:  iview
Opendevops
CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台
Stars: ✭ 2,990 (+6400%)
Mutual labels:  iview
Codo
基于Vue + Iview-Admin实现的一套后台管理系统
Stars: ✭ 172 (+273.91%)
Mutual labels:  iview
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+5306.52%)
Mutual labels:  iview
Mouseinc.settings
MouseInc设置界面
Stars: ✭ 157 (+241.3%)
Mutual labels:  iview
Watchdog Framework Web
🍻 「停止维护」watchdog-framework的Web前端项目,基于Vue+iView-Admin+Vue-Router+Vuex开发
Stars: ✭ 124 (+169.57%)
Mutual labels:  iview
Jsearch
jSearch(聚搜) 是一款专注内容的chrome搜索扩展,一次搜索聚合多平台内容。
Stars: ✭ 193 (+319.57%)
Mutual labels:  iview
Spring Shiro Spark
Spring-Shiro-Spark是Spring-Boot Hibernate Spark Spark-SQL Shiro iView VueJs... ...的集成尝试
Stars: ✭ 114 (+147.83%)
Mutual labels:  iview
Blog Frontend Project
Web frontend code for my blogs, develop with Vue.
Stars: ✭ 206 (+347.83%)
Mutual labels:  iview
Fontend
使用Node、Vue、ElementUI、iViewUI,验证码等等搭建一个综合性网站(含后台管理系统)
Stars: ✭ 97 (+110.87%)
Mutual labels:  iview
Vuedraggable
公司有个项目需要用到拖拽,无奈百度了一番,却发现并没有类似拖拽图表的插件,那就只有自己撸起袖子干了。
Stars: ✭ 148 (+221.74%)
Mutual labels:  iview
Vuewechatplateform
这是我用Vue 写的一个微信第三方公众号管理平台
Stars: ✭ 184 (+300%)
Mutual labels:  iview
huybery-blog
spa blog by flask & vue
Stars: ✭ 28 (-39.13%)
Mutual labels:  iview

Laravel-Vue SPA

Laravel 5 Boilerplate / Starter kit with Iview .

Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel 5 applications with vue by Iview.

Table of Contents

Features

  • Laravel 5.5
  • Vue + VueRouter + Vuex + Iview + VueI18n
  • Pages with custom layouts
  • Login, register and password reset
  • Authentication with JWT
  • Socialite integration

Installation

  1. Install Composer using detailed installation instructions here
  2. Install Node.js using detailed installation instructions here
  3. Clone repository
$ git clone https://github.com/AbdullahGhanem/laravel-spa-iview.git
  1. Change into the working directory
$ cd laravel-spa-iview
  1. Copy .env.example to .env and modify according to your environment
$ cp .env.example .env
  1. Install composer dependencies
$ composer install --prefer-dist
  1. An application key can be generated with the command
$ php artisan key:generate
  1. An application jwt key can be generated with the command
$ php artisan jwt:secret
  1. Execute following commands to install other dependencies
$ npm install
$ npm run dev

If you get an error like a PDOException try editing your .env file and change DB_HOST=127.0.0.1 to DB_HOST=localhost or DB_HOST=mysql (for docker-compose environment).

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

Sponsor

💚️ Become a Sponsor

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].