An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Laravel Comment


Comments to your Laravel projects.



Total Downloads
Latest Stable Version
License

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