maskeynihal / ladder
There is no license information available for the latest version (dev-master) of this package.
Produces hierarchy Like: HQ -- Country Department --Regional Department like wise, which can be used to limit the functionality. Country Department can view only data of the Country and likewise.
dev-master
2020-03-31 09:09 UTC
Requires (Dev)
- orchestra/testbench: ^5.1
This package is auto-updated.
Last update: 2025-06-29 01:42:15 UTC
README
This is package for laravel for demo purpose and to learn about the package development
What Does it do?
- Makes Hierarchy.
Title | Is_Root | Parent |
---|---|---|
HOD | Yes | Null |
C. Dept | No | HOD |
Devs. | No | C. Dept |
F. Dept | No | HOD |
Account | No | F. Dept |
├── HOD │ ├── C.Dept │ │ ├── Devs. │ │── F. Dept │ │ ├── Account
Setup
- composer require maskeynihal/ladder
- php artisan vendor:publish --tag=ladder-publish
- php artisan ladder:seed (optional)