TokoNew-Laravel is a web-based cashier system built with Laravel. This application is designed to manage essential components of a retail business, including customers, employees, products, invoices, and cashier transactions. The system provides a structured and user-friendly interface for administrative and transactional operations.
-
Customer Management
View and manage a list of registered customers. -
Employee Management
Display and manage employee data. -
Invoice History
View history of sales invoices for transaction tracking. -
Product Management
List, add, and manage available products in the store. -
Cashier Transactions
Conduct real-time transactions via the cashier interface with automatic invoice generation.
- Framework: Laravel
- Language: PHP
- Database: MySQL
- Templating Engine: Blade
- Styling: Tailwindcss
- PHP >= 8.0
- Composer
- MySQL or MariaDB
- Laravel CLI
- Node.js and npm
git clone https://github.com/Clawwo/TokoNew-Laravel.git
cd TokoNew
composer install
cp .env.example .env
php artisan key:generate
Set up the database Edit .env and update database credentials:
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password
php artisan migrate --seed
npm install && npm run dev
php artisan serve
- Name: Farel Haryanto
- Email: farelharynto@gmail.com
- Linkedin: https://www.linkedin.com/in/farel-haryanto-790553343/
- Created on: 08-02-2025