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

https://github.com/cba85/laravel57-comment-nesting

Comment nesting using Laravel 5.7
https://github.com/cba85/laravel57-comment-nesting

laravel57 php71

Last synced: 9 months ago
JSON representation

Comment nesting using Laravel 5.7

Awesome Lists containing this project

README

          

# Laravel Comment Nesting

## Steps

### Setup

```
$ php artisan make:model Video -m
$ php artisan make:model Comment -m

$ php artisan make:migration add_parent_id_to_comment_table --table=comments
```