phommata / commentwithlaravelandvue

A comment component for Laravel created with VueJs

Home Page:https://www.cloudways.com/blog/comment-system-laravel-vuejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment Component For Laravel using VueJS

Complete code for the article Create A Comments System With Laravel And Vuejs. To get started with it.

Clone the repo or download as zip. Then in your root run composer install and npm install to install the required dependencies. Copy the existing .env.example file and rename it to .env. Now add your database credentials in it. Now run

php artisan migrate

Once its completed. Open the app in your browser register a new user. Head to /public/{pageId} give a pageId and start using it.

About

A comment component for Laravel created with VueJs

https://www.cloudways.com/blog/comment-system-laravel-vuejs/

License:MIT License


Languages

Language:PHP 70.9%Language:HTML 16.9%Language:Vue 12.2%