Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andhikayuana/laravel-vue-demo

CRUD demonstration using Laravel & Vue.JS
https://github.com/andhikayuana/laravel-vue-demo

laravel laravel-vue laravel-vue-crud laravel-vuejs2-app vue vuejs

Last synced: about 1 month ago
JSON representation

CRUD demonstration using Laravel & Vue.JS

Awesome Lists containing this project

README

        

# Laravel Vue Demo

## Requirements

* PHP 7.1 or latest
* PostgreSQL 10 or latest

## How to run

```bash
$ cp .env.example .env
$ vim .env # edit this environment variables
$ composer install
$ npm install
$ php artisan migrate
$ php artisan serve
```

## Compile Assets

```bash
$ npm run dev
```

or

```bash
$ npm run watch
```

## Screenshot

![](screenshot.png?raw=true)