Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexisvar/prueba_bienpensado
https://github.com/lexisvar/prueba_bienpensado
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lexisvar/prueba_bienpensado
- Owner: lexisvar
- Created: 2019-12-19T17:23:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T00:40:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T23:06:44.516Z (almost 2 years ago)
- Language: PHP
- Size: 932 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Laravel 5.6 + Vue.js - Simple CRUD Demo
Simple project showing how Laravel works with Vue.js.
One CRUD operation to manage Companies - create/edit/update/delete.
![Laravel + Vue.js](https://laraveldaily.com/wp-content/uploads/2018/11/laravel-vue.png)
---
### How to use
- Clone the repository with __git clone__
- Copy __.env.example__ file to __.env__ and edit database credentials there
- Run __composer install__
- Run __php artisan key:generate__
- Run __php artisan migrate__
- Run __php artisan passport:install__
- Run __npm install__
- Run __npm run dev__
- That's it - load the homepage, use __Register__ link and use the CRUD---
### License
Please use and re-use however you want.
---