Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lexisvar/prueba_bienpensado


https://github.com/lexisvar/prueba_bienpensado

Last synced: about 2 months ago
JSON representation

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.

---