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
- Host: GitHub
- URL: https://github.com/oanhnn/laravel-nestable
- Owner: oanhnn
- License: mit
- Created: 2018-10-18T09:15:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T09:30:31.000Z (over 6 years ago)
- Last Synced: 2025-02-02T12:52:15.947Z (5 months ago)
- Topics: laravel, laravel-5-package, laravel-package, nested, nested-set, tree
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Introduction
[](https://travis-ci.org/oanhnn/laravel-nestable)
[](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/).