Skip to content

KrunalLathiya/LaravelCommentSystem

Repository files navigation

About Creating a Laravel 11 Comment and Nested Reply System

Go inside the Project and install the required package.

  • composer install
  • npm install

Create your database. I am using MySQL. So, add the required credentials inside .env file.

To start the vite server, use this command: npm run dev

To start the laravel server, use this command: php artisan serve

You can find the complete project guide on here: Laravel 11 Comment and Nested Reply System.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages