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
- Host: GitHub
- URL: https://github.com/olegmarko/laravel-crud-vue
- Owner: OlegMarko
- Created: 2017-10-30T10:19:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T22:00:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-07T19:34:29.150Z (11 months ago)
- Topics: laravel, laravel-repository, laravel-vue
- Language: PHP
- Size: 461 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
- ...