incipient/structura

structura is a Laravel package for seamlessly managing and visualizing organizational hierarchies. It provides intuitive tools to define reporting relationships, handle employee data, and generate dynamic organizational charts. With support for AI-driven insights and modern charting libraries, struc

dev-main 2024-12-26 12:00 UTC

This package is auto-updated.

Last update: 2025-03-26 12:35:13 UTC


README

Structura

Structura is a Laravel package for seamlessly managing and visualizing organizational hierarchies. It provides intuitive tools to define reporting relationships, handle employee data, and generate dynamic organizational charts.

Installation

Follow these steps to install and set up Structura in your Laravel project:

Step 1: Install via Composer

Run the following command to install the package:

composer require incipient/structura

Step 2: Publish Resources

Publish the package's resources using the following command:

php artisan vendor:publish --provider="incipient\structura\Providers\OrganizationalChartServiceProvider"

This will publish:

  • Configuration file: config/organizational_chart.php
  • Migrations: database/migrations/
  • Views: resources/views/vendor/organizationalchart/
  • Controllers: app/Http/Controllers/Vendor/Structura/

Step 3: Run Migrations

Apply the published migrations to your database:

php artisan migrate

Step 4: Customize Configuration (Optional)

Modify the configuration file config/organizational_chart.php to suit your needs.