Skip to content

ahmedkhan847/commentwithlaravelandvue

Repository files navigation

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.