Skip to content

Simple Vue.js component for Laravel 5.5 to handle the CRUD of a simple model

Notifications You must be signed in to change notification settings

matPK/simple-vue-crud

Repository files navigation

Laravel 5 Vue CRUD Component

Simple SPA using a Vue.js component to handle the CRUD of a simple model.

Instructions

Download or clone this repository

git clone https://github.com/matPK/simple-vue-crud.git

In the folder of the project, install the dependencies

composer update

Copy and rename the .env.example file to .env and set into it your database configurations

DB_CONNECTION=mysql
DB_HOST=host
DB_PORT=porta
DB_DATABASE=banco
DB_USERNAME=usuário
DB_PASSWORD=senha

Generate an encryption key for the application

php artisan key:generate

Migrate the database

php artisan migrate

Seed the database

php artisan db:seed

Run local server

php artisan serve

Access http://localhost:8000 and test it.

Authorship

Developed by Matheus Adorni Dardenne.

About

Simple Vue.js component for Laravel 5.5 to handle the CRUD of a simple model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published