Documentation Index
Fetch the complete documentation index at: https://mintlify.com/emmanueljarquin-sys/GrupoMecsaCMS/llms.txt
Use this file to discover all available pages before exploring further.
Welcome to Grupo Mecsa CMS
Grupo Mecsa CMS is a comprehensive content management system designed for Grupo Mecsa’s internal operations. It provides powerful features for managing users, clients, projects, emails, blog posts, and more, all integrated with Supabase for secure authentication and data storage.Quick Setup
Get your CMS up and running in just a few steps:Install Dependencies
Make sure you have XAMPP (or similar Apache/PHP environment) and Composer installed on your system.Clone the repository and install PHP dependencies:This will install the required Guzzle HTTP client library for API communications.
Configure Supabase
Create or update your
config/supabase.php file with your Supabase credentials:For local development, you can create a
local.supabase.php file that will override the default configuration without being tracked in git.Setup Database
Import the database schema from the SQL files in the
docs/ directory:sql_cms_pages.sql- Pages systemsql_cms_templates.sql- Template managementsql_cms_menus.sql- Menu structuresql_cms_media_library.sql- Media library- Other SQL files for additional features
Start the Server
Start your Apache server through XAMPP and navigate to:You’ll be redirected to the login page automatically.
What’s Next?
Now that you’re set up, explore the key features:User Management
Manage users, roles, and permissions
Email Builder
Create visual email templates with drag-and-drop
Content Management
Manage pages, blog posts, and dynamic content
Dashboard
View analytics and system overview
System Overview
The CMS is organized into several key modules:- Dashboard - Overview of system activity and quick access
- Users - Employee and user management with role-based access
- Clients - Client relationship management
- Projects - Project tracking and management
- Email Builder - Visual email template creator
- Blog - Blog post management with categories
- Pages - Static and dynamic page management
- Media - File and image library
- Settings - System configuration and SEO settings
Key Features
- Role-based access control (Admin, Comercial, Proyecto)
- Visual email builder compatible with Mailchimp/Gmail
- CRUD operations for all modules
- Pagination and filtering in all listings
- SEO optimization tools
- Content versioning
- Template system with dynamic regions
- Media library with folder organization
Getting Help
If you encounter any issues:- Check the Installation Guide for detailed setup instructions
- Review the installation troubleshooting section for common issues
- Consult the module-specific documentation for feature details
This system is for internal use by Grupo Mecsa authorized personnel only. Keep your credentials secure and never commit sensitive configuration files to version control.