Skip to content

yarmat/laravel-comment-demo

Repository files navigation

Demo Laravel-comment package

Installing

Step 1

git clone https://github.com/yarmat/laravel-comment.git ./

Step 2

composer install

Step 3

npm install

Step 4

cp .env.example .env

Step 5

php artisan key:generate

Step 6 Configure the database connection in the .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

Step 7

php artisan migrate

Step 8

php artisan db:seed

Screenshots

comment-form

comment-item

comment-tree

comment-load-more

comment-answer-form

comment-sort-newest

comment-sort-oldest

License

The Demo Laravel-comment is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published