https://github.com/balajidharma/laravel-comment
Comments to your Laravel projects
https://github.com/balajidharma/laravel-comment
Last synced: about 1 month ago
JSON representation
Comments to your Laravel projects
- Host: GitHub
- URL: https://github.com/balajidharma/laravel-comment
- Owner: balajidharma
- License: mit
- Created: 2024-11-22T04:43:56.000Z (6 months ago)
- Default Branch: 1.x
- Last Pushed: 2025-03-01T15:31:58.000Z (3 months ago)
- Last Synced: 2025-04-14T07:54:57.831Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel Comment
Comments to your Laravel projects.
## Table of Contents
- [Installation](#installation)
- [Demo](#demo)## Installation
- Install the package via composer
```bash
composer require balajidharma/laravel-comment
```
- Publish the migration and the config/comment.php config file with
```bash
php artisan vendor:publish --provider="BalajiDharma\LaravelComment\CommentServiceProvider"
```
- Run the migrations
```bash
php artisan migrate
```## Demo
The "[Basic Laravel Admin Penel](https://github.com/balajidharma/basic-laravel-admin-panel)" starter kit come with Laravel Comment