Skip to content

LaravelDaily/Laravel-Vue-First-CRUD

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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


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.


More from our LaravelDaily Team

About

Simple demo project for Laravel 5.5 and Vue.js with one CRUD operation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published