Skip to content

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

Notifications You must be signed in to change notification settings

hamog/Laravel-Vue

Folders and files

NameName
Last commit message
Last commit date
May 6, 2017
Jan 26, 2017
Jan 26, 2017
Jan 26, 2017
May 6, 2017
May 6, 2017
Jan 27, 2017
Feb 27, 2017
Jan 26, 2017
Jan 26, 2017
Jan 26, 2017
Jan 26, 2017
Jan 26, 2017
Jan 26, 2017
Jan 26, 2017
May 4, 2017
Jun 16, 2019
Jan 26, 2017
Apr 3, 2017
Jan 26, 2017
Mar 11, 2017
Jan 15, 2022

Repository files navigation

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
git clone https://github.com/hamog/Laravel-Vue.git
  • CD in project root directory and Run
cd Laravel-Vue/
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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages