Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andhikayuana/laravel-vue-demo
- Owner: andhikayuana
- Created: 2019-06-02T00:47:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:15:27.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T12:01:57.719Z (almost 2 years ago)
- Topics: laravel, laravel-vue, laravel-vue-crud, laravel-vuejs2-app, vue, vuejs
- Language: PHP
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
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)