darvis/manta-gallery
最新稳定版本:v1.0.1
Composer 安装命令:
composer require darvis/manta-gallery
包简介
Galleryform module for Manta CMS
README 文档
README
A Laravel package for managing galleries. This module integrates seamlessly with the darvis/manta-laravel-flux-cms system and provides a complete solution for gallery management.
Features
- 🖼️ Gallery Management: Full CRUD functionality for galleries.
- 🎨 Image Uploads: Integrated upload functionality for gallery images.
- 🌍 Multilingual: Support for multiple languages via Manta CMS.
- 🏷️ Tagging & Categorization: Organize galleries with tags and summaries.
- 🎨 Customizable Layouts: Options for full-page display and custom sorting.
composer require darvis/manta-gallery php artisan manta-gallery:install
php artisan manta-gallery:seed --with-navigation --force
Basic Usage
use Darvis\MantaGallery\Models\Gallery; // Create a gallery $gallery = Gallery::create([ 'title' => 'My Awesome Gallery', 'slug' => 'my-awesome-gallery', 'summary' => 'A brief summary of this awesome gallery.', 'content' => 'Full content describing the gallery...', 'active' => true, ]);
Documentation
For detailed documentation, please see the /docs directory:
- 📚 Installation Guide - Complete installation instructions
- ⚙️ Configuration - Configuration options and settings
- 🚀 Usage Guide - How to use the package
- 🗄️ Database Schema - Complete database documentation
- 🔧 Troubleshooting - Common issues and solutions
- 🔌 API Documentation - Programmatic usage and API endpoints
Requirements
- PHP ^8.2
- Laravel ^12.0
- darvis/manta-laravel-flux-cms
Integration with Manta CMS
This module is specifically designed for integration with the Manta Laravel Flux CMS:
- Livewire v3: All UI components are Livewire components
- FluxUI: Consistent design with the CMS
- Manta Traits: Reuse of CMS functionality
- Multi-tenancy: Support for multiple companies
- Audit Trail: Complete logging of changes
- Soft Deletes: Safe data deletion
Author
Arvid de Jong
Email: info@arvid.nl
Support
For support and questions:
- 📧 Email: info@arvid.nl
- 🌐 Website: arvid.nl
- 📖 Documentation: See the
/docsdirectory for comprehensive guides - 🐛 Issues: Create an issue on GitHub
Contributing
Contributions are welcome! See CONTRIBUTING.md for guidelines.
Security
If you discover a security issue, please send an email to info@arvid.nl.
License
The MIT License (MIT). See License File for more information.
Credits
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-05