Looking to hire Laravel developers? Try LaraJobs

laravel-spa-starter-kit maintained by dalholm

Description
A simple lightweight SPA admin template based on laravel and vuejs
Last update
2023/01/04 23:11 (dev-dependabot/npm_and_yarn/json5-and-laravel-mix-2.2.3)
License
Links
Downloads
87
Tags

Comments
comments powered by Disqus

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