Laravel POS is a simple Point of Sale (POS) application built using Laravel. This application allows users to manage products, customers, orders, and sales reports.
The application is built using the Laravel framework. It uses a MySQL database for storing data. The application is divided into several layers, including the presentation layer, business logic layer, data access layer, and infrastructure layer.
- Manage products
- Manage customers
- Manage orders
- Generate sales reports
- API to mobile
-
Extract File Zip
- Download file zip dari sumber yang disediakan.
- Extract file zip ke dalam direktori proyek Anda.
-
Buka File Zip dengan Text Editor
- Gunakan text editor pilihan Anda (contoh: VSCode, Sublime Text, atau Notepad++).
- Buka direktori proyek yang telah di extract.
-
Siapkan Database
- Buat database baru di server database Anda (contoh: MySQL, PostgreSQL, atau SQLite).
-
Jalankan
cp .env.example .env, lalu Masukkan Konfigurasi Database- Salin file
.env.examplemenjadi.env. - Buka file
.envdan masukkan informasi konfigurasi database Anda.
- Salin file
-
Jalankan
composer update- Jalankan perintah
composer updateuntuk menginstal semua dependensi yang diperlukan.
- Jalankan perintah
-
Jalankan
php artisan key:generate- Jalankan perintah
php artisan key:generateuntuk menghasilkan kunci aplikasi.
- Jalankan perintah
-
Jalankan
php artisan migrate- Jalankan perintah
php artisan migrateuntuk membuat tabel-tabel di database.
- Jalankan perintah
-
Jalankan
php artisan make:filament-user, lalu Masukkan Informasi User- Jalankan perintah
php artisan make:filament-userdan masukkan informasi pengguna yang diminta.
Name: ❯ Super Admin Email address: ❯ admin@mahdev.com Password: ❯qwerty123-
INFO- Success! admin@mahdev.com may now log in at http://localhost/admin/login.
- Jalankan perintah
-
Jalankan
php artisan serve, Buka Web di URL/admin- Jalankan perintah
php artisan serve. - Buka browser dan akses
http://localhost:8000/admin.
- Jalankan perintah
-
Project Siap Digunakan
- Proyek Laravel Anda sekarang siap digunakan.
Project siap digunakan
To contribute to the development of the application, follow these steps:
- Clone the repository from GitHub.
- Run the command
composer installto install the dependencies. - Run the command
php artisan migrateto migrate the database. - Make changes to the code.
- Run the command
php artisan db:seedto seed the database with sample data. - Commit changes to the repository.
Jalankan php artisan serve, Buka Web di URL /admin
- Jalankan perintah php artisan serve.
- Buka browser dan akses http://localhost:8000/admin.