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.
Aji Kamaludin
839de745f2
Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 |
1 year ago | |
---|---|---|
app | 3 years ago | |
bootstrap | 3 years ago | |
config | 3 years ago | |
database | 3 years ago | |
public | 2 years ago | |
resources | 2 years ago | |
routes | 3 years ago | |
screenshots | 3 years ago | |
storage | 3 years ago | |
tests | 3 years ago | |
.editorconfig | 3 years ago | |
.env.example | 2 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.styleci.yml | 3 years ago | |
README.md | 2 years ago | |
artisan | 3 years ago | |
composer.json | 2 years ago | |
composer.lock | 1 year ago | |
jsconfig.json | 3 years ago | |
package.json | 2 years ago | |
phpunit.xml | 3 years ago | |
postcss.config.js | 2 years ago | |
screenshot1.png | 3 years ago | |
screenshot2.png | 3 years ago | |
server.php | 3 years ago | |
tailwind.config.js | 2 years ago | |
vite.config.js | 2 years ago | |
webpack.config.js | 3 years ago |
README.md
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
Requirements
- PHP 8.0 or latest
- Node 16+ or latest
How to run
$ cp .env.example .env # create your database first, and then configure your database connection
$ composer install
$ php artisan migrate --seed
$ php artisan storage:link
$ php artisan serve
$ npm install
$ npm run dev # compiling asset for development
Default User
username : admin@admin.com
password : password
Compile Assets (for prod)
$ npm run build