SaborGestion is a full-featured restaurant management platform that gives every member of your team the tools they need. Waiters take orders, cooks track kitchen tickets, cashiers handle billing, and administrators oversee everything in one unified system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Henry4ndrew/saborGestion/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Get SaborGestion running on your machine in minutes
Authentication & Roles
Understand the four user roles and how access is controlled
Core Features
Products, inventory, tables, orders, billing, and more
Developer Guide
Architecture, database schema, routes, and models
What SaborGestion does
SaborGestion covers the full lifecycle of a restaurant shift — from opening the dining room to closing the cash register.Menu & Inventory
Manage your product catalog and track ingredient stock levels with notification badges
Tables & Orders
Assign tables, take orders, send kitchen tickets (comandas), and handle delivery
Billing & Payments
Generate invoices, register payments, and close the daily cash register
Role Dashboards
Each role has its own dashboard with relevant metrics and quick actions
Get started
Install dependencies
Clone the repository and run the setup script to install PHP and JavaScript dependencies, generate your app key, and run migrations.
Configure your database
Copy
.env.example to .env and set your database credentials pointing to your saborGestion MySQL database.Seed your users
Use Laravel Tinker to create your first administrator account and assign the
admin role.SaborGestion requires PHP 8.2+, Composer, Node.js, and a MySQL database named
saborGestion.