Skip to content

BakayYank/laravel-nuxt-vuetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nuxt Vuetify

A Laravel Nuxt Vuetify starter project template.

Features

  • Laravel 5.7
  • Nuxt 2.3
  • Vuetify 1.3
  • VueI18n + ESlint
  • Multiple layouts
  • Authentication with JWT tymon/jwt-auth
  • Cors with barryvdh/laravel-cors

Installation

  • git clone https://github.com/BakayYank/laravel-nuxt-vuetify.git

Backend laravel api setup

  • cd /backend
  • Edit .env and set your database connection details
  • composer install
  • php artisan jwt:secret
  • php artisan key:generate
  • php artisan migrate
  • php artisan serve

Frontend nuxt

  • cd /frontend
  • Edit .env and set your api url, default - localhost:8000
  • npm i
  • npn run dev