Javi 88e526cf6c
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
mejoras en la gestión de nombres y códigos de proyectos y documentos según la norma ISO 19650
2025-10-25 11:30:59 +02:00
2025-04-23 00:14:33 +06:00
2025-05-23 00:26:53 +02:00
2025-04-23 00:14:33 +06:00
2025-05-07 00:07:40 +02:00
2025-04-23 00:14:33 +06:00
2025-04-23 00:14:33 +06:00
2025-04-23 00:14:33 +06:00
2025-04-23 00:14:33 +06:00
2025-04-23 00:14:33 +06:00
2025-05-23 00:26:53 +02:00
2025-05-23 00:26:53 +02:00
2025-05-23 00:26:53 +02:00
2025-05-07 00:07:40 +02:00
2025-04-23 00:14:33 +06:00
2025-05-23 00:26:53 +02:00

Nexora

PHP Version Laravel Version License

A robust document management system built with Laravel for modern organizations. Manage projects, documents, and team collaboration efficiently with version control, granular permissions, and full audit capabilities.

🌟 Key Features

  • Project Workspaces - Organize documents in project-based containers
  • Hierarchical Folder Structure - Unlimited nested folders with visual tree view
  • Document Management
    • Multi-file upload (Drag & Drop support)
    • Version control with diff visualization
    • File preview (PDF, Images, Office documents)
  • Advanced Security
    • Role-based access control (RBAC)
    • Granular permissions (View/Edit/Delete/Share)
    • File encryption at rest
  • Collaboration Tools
    • Comments & @mentions
    • Approval workflows
    • Audit logs with activity tracking
  • Smart Search
    • Full-text search with OCR capabilities
    • Metadata filters (Type/Date/Status)
  • API Ready - RESTful endpoints for integration
  • Responsive UI - Mobile-friendly interface with dark/light modes

🚀 Quick Start

Requirements

  • PHP 8.1+
  • MySQL 5.7+ / PostgreSQL 13+
  • Composer 2.x
  • Node.js 16.x+

Installation

# Clone repository
git clone https://github.com/yourrepo/mdms.git
cd mdms

# Install dependencies
composer install
npm install && npm run build

# Configuration
cp .env.example .env
php artisan key:generate

# Database setup
php artisan migrate --seed

# Link storage
php artisan storage:link

# Start server
composer run dev
Description
un document manager system con control de versiones, comentarios y sistema de validacion.
Readme 7.6 MiB
Languages
JavaScript 69.2%
Fluent 20.6%
Blade 4.5%
PHP 3.2%
CSS 2%
Other 0.5%