承接 darvis/manta-signup 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

darvis/manta-signup

最新稳定版本:v1.0.1

Composer 安装命令:

composer require darvis/manta-signup

包简介

Signupform module for Manta CMS

README 文档

README

Latest Version on Packagist Software License

A Laravel package for managing signup forms and submissions for individuals and companies. This module integrates seamlessly with the darvis/manta-laravel-flux-cms system and provides a complete solution for signup form management.

Features

  • 📝 Signup Form Management: Full CRUD functionality for signup forms
  • 📨 Submissions: Comprehensive system for managing signup form submissions from individuals and companies
  • 🏢 Business Information: Support for company details including Chamber of Commerce numbers, tax numbers, and contact persons
  • 🌍 Multilingual: Support for multiple languages via Manta CMS
  • 📁 File Management: Integrated upload functionality for attachments
composer require darvis/manta-signup
php artisan manta-signup:install --migrate

Optioneel, voor het seeden van test data:

php artisan manta-signup:seed --with-navigation --force

Basic Usage

use Darvis\MantaSignup\Models\Signup;

// Create a signup submission
$signup = Signup::create([
    'firstname' => 'John',
    'lastname' => 'Doe',
    'email' => 'john@example.com',
    'subject' => 'General Inquiry',
    'comment' => 'I would like more information...'
]);

Documentation

For detailed documentation, please see the /docs directory:

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 /docs directory for comprehensive guides
  • 🐛 Issues: Create an issue in the repository

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

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-10