kortsmit / likeable-functionality

Reusable likeable functionality using VueJS and Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Likeable Functionality

NOTE: this project is not complete or functional

Setup Instructions

  1. Clone down and set up in Homestead
  2. composer install
  3. Configure database and php artisan migrate
  4. php artisan tinker and generate some posts: factory(\App\Post::class, 10)->create();
  5. yarn and npm run dev
  6. Navigate to your local development website
  7. Register a user

About

Reusable likeable functionality using VueJS and Laravel


Languages

Language:PHP 81.8%Language:HTML 16.1%Language:Vue 2.1%