Skip to content

A Laravel Nuxt Vuetify starter project template.

Notifications You must be signed in to change notification settings

bakai-dev/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

About

A Laravel Nuxt Vuetify starter project template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.7%
  • Vue 23.5%
  • JavaScript 8.8%
  • HTML 3.0%