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

RESTful Api using Laravel resource and Vuejs in frontend

Notifications You must be signed in to change notification settings

jioo/Vuejs-Laravel-Resource

Repository files navigation

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

About

RESTful Api using Laravel resource and Vuejs in frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published