githubEdit

๐Ÿ‘ฉโ€๐ŸซProject

The demo project can be found at the following URL:

https://github.com/Lakshan-Madushanka/laravel-commentsarrow-up-right

Installation

Clone the repository,

git clone https://github.com/Lakshan-Madushanka/laravel-comments-demo.git

Create .env file and copy the .env.example file content.

Install composer dependencies,

composer install
php artisan commenter:install
php artisan migrate --seed

Install npm dependencies and run dev server,

npm install
npm run dev

Last updated