Skip to main content

Huma

A user-friendly HRM platform designed to empower human resources, streamline employee management, and foster a positive workplace culture.

Installation

Run the following command to pull in the latest version:

composer require jobmetric/huma

Publish the config

Run the following command to publish the package config file:

php artisan vendor:publish --provider="JobMetric\Huma\HumaServiceProvider" --tag="huma-config"

You should now have a config/huma.php file that allows you to configure the basics of this package.

Documentation

Coming soon...