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.

889 B

Payroll POS - Laravel inertiajs

laravel Payroll POS Example with inertiajs - react with ui kit daisyui record products and employeess to print payments invoices for Indonesian workers

Support me

Trakteer Saya

Requirements

  • PHP 8.0 or latest

How to run

$ cp .env.example .env # create your database first, and then configure your database connection
$ composer install
$ npm install
$ npm run dev # to dev
$ php artisan migrate
$ php artisan storage:link
$ php artisan serve

Compile Assets (for prod)

$ npm run build

Screenshot