kielnevec / Laravel-Vue

This application is test and implemented by Laravel 5.4 and Vue.js 2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Laravel-Vue Demo Picture Demo Picture This basic SPA is boostrapped with Laravel 5.4, Vue.js 2, VueRouter, Axios and so much more !

##Features

  • Basic Routing with VueRouter 2.0
  • Use VueJS Components and Named Slots
  • Use a Laravel component
  • Web AJAX call with axios
  • List Rendering with VueJS
  • Validation form inputs

##Installation

  • Clone or download the repository

  • CD in project root directory and Run

composer install 
  • Run
npm install
  • Rename .env.example to .env

  • Change your database credentials on the .env file

  • Run the generate application key

php artisan key:generate
  • Run the migrations and seed data on your database
php artisan migrate --seed
  • Run
php artisan serve
  • And you're good to go !

##CopyRight This project is open for all.

About

This application is test and implemented by Laravel 5.4 and Vue.js 2.


Languages

Language:PHP 88.0%Language:Vue 7.9%Language:HTML 1.8%Language:JavaScript 1.7%Language:ApacheConf 0.6%