Important Note: This Project, Tillara POS, is ready for production.
- Run
composer install - Run
npm install - Run
npm run dev - Copy
.env.exampleto.env - Run
php artisan key:generate - Set up your database in the
.envfile - Run
php artisan migrate --seed - Run
php artisan storage:link - Run
php artisan serve - Visit
http://localhost:8000orhttp://127.0.0.1:8000
Note: Tillara uses the Laravel Snappy Package for PDFs. On Linux, no additional configuration is needed. On other operating systems, refer to the Laravel Snappy Documentation.
Start the application with MySQL using Docker Compose. Make sure DB_HOST points to the MySQL container (here, db).
- Run
docker build -t tillara-pos . - Run
docker compose up - Visit
http://localhost:8000orhttp://127.0.0.1:8000
Email: super.admin@test.com Password: 12345678
Live Demo: Coming soon
- Products Management & Barcode Printing
- Stock Management
- Quotation Creation & Email Sending
- Purchase Management
- Sale Management
- Purchase & Sale Return Management
- Expense Management
- Customer & Supplier Management
- User Management (Roles & Permissions)
- Multiple Product Images
- Multiple Currency Settings
- Unit Settings
- System Settings
- Reports & Analytics
Creative Commons Attribution 4.0 cc-by-4.0