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

https://github.com/oanhnn/laravel-nestable

:+1: Easy make nestable model in Larave 5.5+ Application
https://github.com/oanhnn/laravel-nestable

laravel laravel-5-package laravel-package nested nested-set tree

Last synced: 3 months ago
JSON representation

:+1: Easy make nestable model in Larave 5.5+ Application

Awesome Lists containing this project

README

        

# Introduction

[![Build Status](https://travis-ci.org/oanhnn/laravel-nestable.svg?branch=master)](https://travis-ci.org/oanhnn/laravel-nestable)
[![Coverage Status](https://coveralls.io/repos/github/oanhnn/laravel-nestable/badge.svg?branch=master)](https://coveralls.io/github/oanhnn/laravel-nestable?branch=master)

Easy make nestable model in Laravel 5.5+ Application

## Requirements

* php >=7.1.3
* Laravel 5.5+

## TODO

- [ ] Write test classes
- [ ] Write documents

## Installation

Begin by pulling in the package through Composer.

```bash
$ composer require oanhnn/laravel-nestable
```

## Usage

## Changelog

See all change logs in [CHANGELOG](CHANGELOG.md)

## Testing

```bash
$ git clone [email protected]/oanhnn/laravel-nestable.git /path
$ cd /path
$ composer install
$ composer phpunit
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email to [Oanh Nguyen](mailto:[email protected]) instead of
using the issue tracker.

## Credits

- [Oanh Nguyen](https://github.com/oanhnn)
- [All Contributors](../../contributors)

## License

This project is released under the MIT License.
Copyright © 2018 [Oanh Nguyen](https://oanhnn.github.io/).