update readme

pull/1/head
Aji Kamaludin 3 years ago
parent 3d0e43dbf8
commit 6ea7559dd0
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -1 +1,40 @@
## payroll-pos # Payroll POS - Laravel inertiajs
laravel Payroll POS Example with inertiajs - react with ui kit [daisyui](https://daisyui.com/components/form/input)
record products and employeess to print payments invoices for Indonesian workers
## Support me
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
## Requirements
* PHP 8.0 or latest
## How to run
```bash
$ cp .env.example .env # create your database first, and then configure your database connection
$ composer install
$ npm install
$ npm run dev # optional only if any changes you make in resource/js
$ php artisan migrate
$ php artisan serve
```
## Compile Assets
```bash
$ npm run dev
```
or
```bash
$ npm run watch
```
## Screenshot
![](screenshot1.png?raw=true)
![](screenshot2.png?raw=true)

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Loading…
Cancel
Save