iamdamith/laravel-vue-spa

A Laravel-Vue SPA starter project template.

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Type:project

pkg:composer/iamdamith/laravel-vue-spa

v1.0.0 2023-05-14 10:58 UTC

This package is auto-updated.

Last update: 2025-11-07 05:32:17 UTC


README

# Laravel-Vue SPA

Laravel

Features

  • Laravel 10
  • Vue + VueRouter + Pinia + Tailwind CSS + ESlint
  • Pages with custom layouts
  • Login, register and Dashboard pages
  • Authentication with JWT
  • Tailwind UI

Installation

  • composer create-project --prefer-dist iamdamith/laravel-vue-spa
  • Edit .env and set your database connection details
  • (When installed via git clone or download, run php artisan key:generate and php artisan jwt:secret)
  • php artisan migrate
  • npm install

Usage

Development

npm run dev

Production

npm run build