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

README

This is package for laravel for demo purpose and to learn about the package development

What Does it do?

  • Makes Hierarchy.

├── HOD │ ├── C.Dept │ │ ├── Devs. │ │── F. Dept │ │ ├── Account

Setup

  1. composer require maskeynihal/ladder
  2. php artisan vendor:publish --tag=ladder-publish
  3. php artisan ladder:seed (optional)