You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1004 B

Payroll App - Laravel inertiajs - firebase

laravel Payroll App Example with inertiajs - react with tailwind and firebase firestore multiple user login admin and employess user, record employesss and absent to print payments invoices for Indonesian workers

Support me

Trakteer Saya

Requirements

  • PHP 8.0 or latest
  • Node 16+ or latest

How to run

$ cp .env.example .env # configure app for laravel
$ cp resources/js/firebase.js.example resources/js/firebase.js # configure your firebase config
$ composer install
$ npm install
$ npm run dev # compiling asset for development

Default User

username : admin
password : admin

Compile Assets ( to prod )

$ npm run build

Screenshot