darvis/manta-laravel-flux-cms
最新稳定版本:v1.2.4
Composer 安装命令:
composer require darvis/manta-laravel-flux-cms
包简介
Een Laravel Flux CMS package
README 文档
README
A modern CMS package for Laravel 12, built with Livewire 3 and FluxUI.
Part of the Manta ecosystem.
⚡ Quick Start
Automatic Installation (Recommended)
# Install the package composer require darvis/manta-laravel-flux-cms # Run the complete installation (includes migrations, seeding, and setup) php artisan manta:install --with-migrations --force
php artisan manta:import-module-settings darvis/manta-vacancy --all
Voor de vacancy module zelf
php artisan manta:import-module-settings darvis/manta-vacancy --settings-file=export/settings-vacancy.php
Voor vacancy reactions
php artisan manta:import-module-settings darvis/manta-vacancy --settings-file=export/settings-vacancyreaction.php
php artisan manta-vacancy:seed --with-navigation --force
✅ What this does:
- Registers the service provider
- Publishes configuration files
- Publishes views and assets
- Runs database migrations
- Creates a default company (if none exist)
- Synchronizes routes
- Clears cache
Manual Installation
# Install the package composer require darvis/manta-laravel-flux-cms # Publish and run migrations php artisan vendor:publish --provider="Manta\FluxCMS\FluxCMSServiceProvider" php artisan migrate # Create default company (if needed) php artisan manta:seed-company # Create default staff user (if needed) php artisan manta:create-staff --email=staff@example.com --password=StaffPassword123 # Sync routes (optional) php artisan manta:sync-routes --prefix=cms
📚 Documentation
Comprehensive documentation organized in modular files for easy navigation:
| Topic | Description |
|---|---|
| Installation | Detailed installation instructions and setup |
| Configuration | Environment variables, middleware and guards |
| Features | Complete feature overview and benefits |
| Models | Eloquent models and database structure |
| Artisan Commands | All available manta: commands |
| Livewire Components | Interactive components with FluxUI |
| Helper Functions | Available helper functions and usage |
| Blade Components | Blade components and templates |
| Troubleshooting | Common issues and solutions |
| Development | Contributing to the package |
International Accessibility: All documentation and command output translated to English for global accessibility.
Requirements
- PHP 8.2 or higher
- Laravel 12.x
- Livewire 3.x
👨💻 Author
Arvid de Jong
📧 info@arvid.nl
🌐 manta.website
Built with ❤️ for the Laravel community.
License
This package is open-source software licensed under the MIT license.
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-04