This repo contains a Laravel app to showcase Laravel Comments. You'll need a valid license in order to install it.
- Clone the repo
- Copy
.env.exampleto.env - Configure
auth.jsonas instructed in the installation instruction of the package - Run
composer install - Run
php artisan key:generate - Run
php artisan migrate --seed - Run
yarnandyarn run dev(or the npm equivalents) - Visit the Laravel app in your browser.
You can use the comments component to post a comment, reply or reaction. Using the navigation above you can quickly log in as an admin or regular user.
