darvis/manta-laravel-flux-cms

Een Laravel Flux CMS package

0.1.0 2025-08-04 06:22 UTC

This package is auto-updated.

Last update: 2025-08-04 06:28:00 UTC


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 manta/laravel-manta-cms

# Run the complete installation (includes migrations, seeding, and setup)
php artisan manta:install --with-migrations

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 manta/laravel-manta-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

# 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.