- Link to package yarmat/laravel-comment
- Link to demo-page Demo
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
The Demo Laravel-comment is open-sourced software licensed under the MIT license.