Skip to content

mrmt00/laravel-comments-demo

 
 

Repository files navigation

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 --seed

Install Commenter

php artisan commenter:install

Install npm dependencies and start dev server

    npm install
    npm run dev

About

Demo project for the commenter package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.0%
  • Blade 3.3%
  • Other 0.7%