/laravel-comments-demo

Demo project for the commenter package

Primary LanguagePHP

Demo for the commenter package

Commenter Package | Admin Panel

Description

This is a demo project for the commenter package

Installation

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

Install composer dependencies,

    composer install

Create database.sqlite in database directory

    php artisan key:generate
    php artisan migrate:fresh --seed

Install Commenter

php artisan commenter:install

Install npm dependencies and start dev server

    npm install
    npm run dev