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

https://github.com/olegmarko/laravel-crud-vue

Laravel CRUD using repositories pattern and vue.js
https://github.com/olegmarko/laravel-crud-vue

laravel laravel-repository laravel-vue

Last synced: 10 months ago
JSON representation

Laravel CRUD using repositories pattern and vue.js

Awesome Lists containing this project

README

          

## How to run this app

### Steps
- clone github repository `git clone https://github.com/OlegMarko/laravel-crud-vue.git`
- run command: `cd laravel-crud-vue`
- run command: `composer install`
- mod permissions to path `/bootstrap` `/public` `/storage`
- run command: `php artisan key:generate`
- run command: `php artisan migrate`
- run command: `php artisan serve`
- register new user
- create new task
- ...