a simple pos built with laravel and react | aplikasi POS sederhana dibuat dengan laravel dan react
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.
 
 
 
 
 
ajikamaludin 7a01a60b20
update dashboard
1 year ago
app update dashboard 1 year ago
bootstrap
config dashboard done 1 year ago
database
lang/en
public
resources update dashboard 1 year ago
routes
storage
tests
.editorconfig
.env.example last fix 1 year ago
.gitattributes
.gitignore
.htaccess add htaccess 1 year ago
Dockerfile
README.md
artisan
composer.json
composer.lock
default.conf
docker-compose.yml update dashboard 1 year ago
index.php add htaccess 1 year ago
jsconfig.json
package-lock.json dashboard done 1 year ago
package.json dashboard done 1 year ago
phpunit.xml
pint.json
postcss.config.js
tailwind.config.js
user.ini
vite.config.js

README.md

Laravel Simple POS

This is a simple POS app built with laravel , inertiajs , react , tailwindcss with flowbite

Support me

Trakteer Saya

Requirements

  • PHP 8.1 or latest
  • Node 16+ or latest

How to run

cp .env.example .env # configure app for laravel
touch database/database.sqlite # if you use .env.example with default sqlite database
composer install
npm install
npm run dev # compiling asset for development

Default User

username : admin@admin.com
password : password

Compile Assets ( to prod )

npm run build