Skip to content

Lakshan-Madushanka/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

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

  2. Install composer dependencies,

        composer install
  3. Create database.sqlite in database directory

  4. Generate app key

        php artisan key:generate
  5. Install Commenter

    php artisan commenter:install
  6. Migrate and seed the database

        php artisan migrate:fresh --seed
  7. Install and build npm dependencies

        npm install
        npm run dev
  8. Start server

        php artisan serve

About

Demo project for the commenter package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages