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.

1.1 KiB

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
php artisan migrate --seed
npm install
npm run dev # compiling asset for development

Default User

username : admin@admin.com
password : password

Compile Assets ( to prod )

npm run build

Screenshot

image1 image2

Rsync

rsync -arP -e 'ssh -p 224' --exclude=node_modules --exclude=.git --exclude=.env --exclude=storage/logs --exclude=public/hot . arm@ajikamaludin.id:/home/arm/projects/simple-pos