Skip to content

Repository files navigation

Techstacks Logify

An HR and payroll management system built with Laravel 12 and React 19 (Inertia v3), featuring role-based access for Administrators, HR Personnel, and Employees.

Tech Stack

Layer Technology
Backend PHP ^8.2, Laravel 12, Inertia Laravel ^3.3
Frontend React 19, @inertiajs/react, Vite 7
Styling Tailwind CSS v4, FlyonUI 2.4
Icons Iconify (@iconify-json/ph, @iconify-json/tabler)
PDF barryvdh/laravel-dompdf
Storage Local disk / AWS S3 (league/flysystem-aws-s3-v3)
Auth tokens firebase/php-jwt
Mail Mailtrap (railsware/mailtrap-php)

Features

  • Role-based access — Admin, HR, and Employee roles with granular permissions
  • Employee management — profiles, employment status, archiving
  • Attendance — manual payroll attendance encoding and employee attendance tracking with calendar views (FullCalendar)
  • Payroll — payroll periods, payslip generation (PDF)
  • Government contributions — SSS, PhilHealth, Pag-IBIG tracking
  • Work requests — submission, approval workflow, pending/archived states
  • Financial requests — cash-related requests with approval flow
  • Audit logs — action history per user
  • Global search — command-palette modal (Ctrl+/ or click the navbar search) searching pages and records
  • Notifications — in-app notification dropdown with mark-as-read
  • Theme switching — multiple UI themes persisted per user

Requirements

  • PHP >= 8.2
  • Composer
  • Node.js >= 20
  • MySQL (or any database supported by Laravel)

Installation

# Install PHP dependencies
composer install

# Install Node dependencies
npm install

# Configure environment
cp .env.example .env
php artisan key:generate

# Set your database credentials in .env, then:
php artisan migrate --seed

# Build frontend assets (or run the dev server)
npm run build
npm run dev

# Serve the application
php artisan serve

Note: If your local PHP version differs from composer.json requirements, use: composer install --prefer-dist --ignore-platform-req=php

License

This project is proprietary software.

Releases

Packages

Contributors

Languages