This is a demo project for the commenter package
-
Create .env file and copy the .env.example file content.
-
Install composer dependencies,
composer install
-
Create database.sqlite in database directory
-
Generate app key
php artisan key:generate
-
Install Commenter
php artisan commenter:install
-
Migrate and seed the database
php artisan migrate:fresh --seed
-
Install and build npm dependencies
npm install npm run dev
-
Start server
php artisan serve