diff --git a/README.md b/README.md index 93a0ce2..41cc9a7 100644 --- a/README.md +++ b/README.md @@ -1 +1,40 @@ -## payroll-pos \ No newline at end of file +# 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 + +Trakteer Saya + + +## 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) \ No newline at end of file diff --git a/screenshot1.png b/screenshot1.png new file mode 100644 index 0000000..b32719b Binary files /dev/null and b/screenshot1.png differ diff --git a/screenshot2.png b/screenshot2.png new file mode 100644 index 0000000..b52a460 Binary files /dev/null and b/screenshot2.png differ