Skip to content

afoysal/laravel-vue-spa

 
 

Repository files navigation

Laravel-Vue SPA Starter Build Status

A Laravel-Vue SPA starter project template.

Features

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

Installation

  • git clone https://github.com/cretueusebiu/laravel-vue-spa.git
  • cd laravel-vue-spa
  • cp .env.example .env
  • composer install
  • php artisan key:generate
  • php artisan jwt:secret
  • Edit .env and set your database connection details
  • php artisan migrate
  • npm install / yarn

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

Changelog

Please see CHANGELOG for more information what has changed recently.

About

A Laravel-Vue SPA starter project template.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 80.2%
  • Vue 18.8%
  • HTML 1.0%