Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

laravel57 php71

Last synced: 2 days 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
```