omakei / hrms-filament

Human resource managment system implemented with filament php.
7 stars 3 forks source link

HRMS - Filament php

Human resource managment system implemented with filament php.

System Requirement

Setup local environment

You can clone the project using git clone command:

git clone https://github.com/omakei/hrms-filament.git

after clone the project you can change directory to project directory and copy .env file using copy command:

cp .env.example .env

Then you can install the dependence using this command:

composer install

Generate app key and places inside the .env file

php artisan key:generate

Run database migration

php artisan migrate:fresh 

Create Filament user

php artisan make:filament-user

Start local server

php artisan serve

Now you can access the app via http://localhost:8000.

Running Test

php artisan test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.