Comment System with Reply Built With Laravel

Overview

This product is a real time commenting system(meaning there is no page load after you post the comment/reply) with reply based on Laravel & Vue.js so that you can integrate the same on one of your projects & learn from it.

Features

laravel and vue.js comment system with reply

Requirements

PHP

Instructions

Installation Guide:

1. Extract the project

2. Go to the project root directory and run “composer install” to install the dependencies.

3. run “npm install && npm run dev command to install node dependencies and to compile the assets.

4. Make change to .env file database section with your own credentials:

DB_DATABASE=your_database_name
DB_USERNAME=your_database_username
DB_PASSWORD=your_database_password

5. Run “php artisan migrate”

6. After setting everthing then run the project using “php artisan server” command.

7. Go to the url(http://localhost:8000) and register a new user from register section.

8. Starting testing comment system by posting a new comment or a reply.

If you got any issue during installation then please message or email me.

Thank You…

Related