A Modern Open-Source Human Capital Management Solution for Everyone.
Here're some of the project's best features:
- Employee Management
- Attendance Monitoring
- Automated Payrolls Processing
- Leave Management
- Employee Access App
- Payroll Slip and Emailing
- Department Management
- Job & Position Management
- Salary Management
1. Get the source code
git clone https://github.com/yosmisyael/teamable.git
2. Install composer dependencies
composer install
3. Install npm dependencies
npm install
4. Set configuration (database mail server)
cp .env.example .env
5. Generate app key
php artisan key:generate
6. Run db migrations
php artisan migrate
7. Link storage path
php artisan storage:link
8. Compile the assets
npm run dev
9. Run the application
php artisan serve
This project is licensed under the GNU GPL v3


