Complete guide to installing, configuring, and using Truest HRIS
Get started with Truest HRIS in just a few steps.
git clone https://github.com/yourusername/truest-hris.git
cd truest-hris
composer install
npm install
cp .env.example .env
php artisan key:generate
Configure your database and other settings in the .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=truest_hris
DB_USERNAME=root
DB_PASSWORD=
php artisan migrate --seed
Start the development server and access the application.
php artisan serve
Visit http://localhost:8000 in your browser.
Truest HRIS provides a RESTful API for integration.
Base URL: https://your-domain.com/api
GET /api/employees - List all employeesPOST /api/employees - Create new employeeGET /api/attendance - Get attendance recordsPOST /api/leave - Submit leave requestWe welcome contributions! Here's how you can help:
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)Need help or have questions?
Join the Discussion