reyesg93 / simple-admin-laravel-spa

A simple lightweight SPA admin template based on laravel and vuejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Total Downloads Latest Stable Version

Update

Use Laravel, sanctum, SPA repo instead!!

Laravel Vuejs SPA Starter Kit

This project is a simple lightweight SPA admin template based on laravel and vuejs. It's quick to get started.

Features

  • Laravel 5.7
  • Vue + VueRouter + Vuex + VueI18n + ESlint
  • Pages with dynamic import and custom layouts
  • Login, register and password reset
  • Authentication with JWT
  • Socialite integration
  • Bootstrap 4 + Font Awesome 5

Installation

  • run composer create-project dalholm/laravel-spa-starter-kit
  • Edit .env and set your database connection details
  • run php artisan key:generate and php artisan jwt:secret
  • php artisan migrate
  • npm install or yarn

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

Thanks

This repo was based on cretueusebiu/laravel-vue-spa

About

A simple lightweight SPA admin template based on laravel and vuejs

License:MIT License


Languages

Language:PHP 75.8%Language:Vue 22.0%Language:HTML 2.1%