Skip to content
This repository was archived by the owner on Sep 29, 2022. It is now read-only.

santosoide/laravel-vue

Repository files navigation

laravel-vue

Just another example Laravel v5.8.x & VueJs v2.5.17

Installation

Clone the repo

$ git clone https://github.com/cyberid41/laravel-vue

Install dependencies

// run composer install
$ composer install

// run npm install
$ npm install

Database config

copy file env.example to .env

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravue
DB_USERNAME=root
DB_PASSWORD=root

Migration table & seeder

$ php artisan migrate --seed

Running development

// serving laravel
$ php serve

// running npm scripts to watch changes
$ npm run watch

Demo

Demo Aplikasi

About

Just another example Laravel v5.8.x & VueJs v2.5.17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •