Skip to content

biosemantics/character_recorder

 
 

Repository files navigation

Laravel 5.6 + Vue.js - Simple CRUD Demo

Simple project showing how Laravel works with 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 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 73.4%
  • PHP 24.4%
  • Blade 2.0%
  • Other 0.2%