Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (31 loc) · 1.2 KB

readme.md

File metadata and controls

41 lines (31 loc) · 1.2 KB

Vuejs Laravel Resource

is a Single Page Realtime Application.

Use login: [email protected] and password: 123456

Installation

# Install dependecies
npm install
composer install

# Prepare enviroment variables
cp .env.example .env # Copy configuration file
php artisan key:generate # Generate unique key

# Update .env file with Pusher key
Create/Login account in https://pusher.com/ to get a key

# Migrate database
php artisan migrate --seed # Create Table Schema and seed sample data
php artisan passport:install # Install Passport

Features

  • Fully separate Backend and Frontend
  • Material design
  • Authentication based on Laravel Passport
  • CRUD data
  • Realtime Notification on CRUD

Includes