Skip to content

memochou1993/laravel-spa

Repository files navigation

Laravel SPA

Laravel 6.0 + Vue + Vuetify 2.0 = Laravel SPA 💥

Features

  • Laravel 6.0
  • Vue
  • Vuetify 2.0
  • Vue Router + Vue I18n + Vue Axios
  • Material Design Icons
  • ESLint

Requirements

  • PHP ^7.2

Installation

Download the master branch.

git clone git@github.com:memochou1993/laravel-spa.git

Copy .env.example to .env.

cp .env.example .env

Install the Composer dependencies.

composer install

Set a random secure application key.

php artisan key:generate

Install the npm dependencies.

npm install

Compiling Assets

Watch assets for changes.

npm run watch

Run all Mix tasks.

npm run dev

Run all Mix tasks and minify output.

npm run prod

About

Laravel SPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published