/Vuejs-Laravel-Resource

RESTful Api using Laravel resource and Vuejs in frontend

Primary LanguagePHP

Vuejs Laravel Resource

is a Single Page Realtime Application.

Use login: admin@gmail.com 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